Skip to content

Commit 3a8660d

Browse files
committed
reconfig ip
1 parent a257252 commit 3a8660d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/core/services/config-service/api.enpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const version = '/v1';
1111

1212
export const API_CONFIG = {
1313
BASE_URLS: {
14-
MAIN_API: 'http://gateway-service:8888/api' + version,
14+
MAIN_API: 'http://localhost:8888/api' + version,
1515
SECONDARY_API: '',
1616
},
1717
ENDPOINTS: {

0 commit comments

Comments
 (0)