Update client/src/environments/environment.prod.ts

This commit is contained in:
2025-11-25 15:29:42 +00:00
parent 2b9b80b031
commit 1b876d2d6c

View File

@@ -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'
};