Skip to content

Commit c8b34dc

Browse files
committed
Update
1 parent 4bcfbec commit c8b34dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

proxy.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"/api": {
3-
"target": "https://gateway-service:8888",
3+
"target": "https://localhost:8888",
44
"secure": false,
55
"changeOrigin": true,
66
"logLevel": "debug"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const environment = {
22
production: true,
3-
IP_SERVER: 'http://gateway-service:8888/api',
3+
IP_SERVER: 'http://localhost:8888/api',
44
};

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const environment = {
22
production: false,
3-
IP_SERVER: 'http://gateway-service:8888/api',
3+
IP_SERVER: 'http://localhost:8888/api',
44
};

0 commit comments

Comments
 (0)