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 c8b34dc commit fa1dbecCopy full SHA for fa1dbec
src/environments/environment.prod.ts
@@ -1,4 +1,4 @@
1
export const environment = {
2
production: true,
3
- IP_SERVER: 'http://localhost:8888/api',
+ IP_SERVER: '/api',
4
};
src/environments/environment.ts
production: false,
0 commit comments