Skip to content

Commit fa1dbec

Browse files
committed
Update
1 parent c8b34dc commit fa1dbec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
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://localhost:8888/api',
3+
IP_SERVER: '/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://localhost:8888/api',
3+
IP_SERVER: '/api',
44
};

0 commit comments

Comments
 (0)