We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7478f47 commit a257252Copy full SHA for a257252
src/app/core/services/config-service/api.enpoints.ts
@@ -11,7 +11,7 @@ export const version = '/v1';
11
12
export const API_CONFIG = {
13
BASE_URLS: {
14
- MAIN_API: 'http://localhost:8888/api' + version,
+ MAIN_API: 'http://gateway-service:8888/api' + version,
15
SECONDARY_API: '',
16
},
17
ENDPOINTS: {
0 commit comments