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 f6bf9a2 commit da7d33cCopy full SHA for da7d33c
src/environments/environment.development.ts
@@ -1,5 +1,5 @@
1
export const environment = {
2
production: false,
3
- serverBasePath: 'http://localhost:8080/api/v1'
+ serverBasePath: 'https://gocareer.azurewebsites.net/api/v1'
4
//serverBasePath: 'https://gocareer.up.railway.app/api/v1'
5
};
0 commit comments