diff --git a/client/src/environments/environment.prod.ts b/client/src/environments/environment.prod.ts index 2622b84..bc642a0 100644 --- a/client/src/environments/environment.prod.ts +++ b/client/src/environments/environment.prod.ts @@ -1,5 +1,5 @@ export const environment = { production: true, - apiUrl: 'https://dev.unifihomenetwork.com/gameovergne-api/api', - psUrl: 'https://dev.unifihomenetwork.com/gameovergne-api/api/ps' + apiUrl: 'https://dev.vincent-guillet.fr/gameovergne-api/api', + psUrl: 'https://dev.vincent-guillet.fr/gameovergne-api/api/ps' };