diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index b9250894e13a3b2daaab5b2f4219db90d5d813c2..c151936ffde58ed70ef3e41b49e66f19d134f308 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -1,5 +1,6 @@ export const environment = { production: true, - apiUrl: 'https://anis-dev.lam.fr', + apiUrl: '/server', + authUrl: '/auth', instanceName: 'default' };