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

This commit is contained in:
2025-11-28 16:30:41 +00:00
parent d388ce2d1d
commit 00fd7e2069

View File

@@ -1,8 +1,5 @@
export const environment = { export const environment = {
production: true, production: true,
// Traefik -> /gameovergne-api -> strip -> Spring /api
apiUrl: '/gameovergne-api/api', apiUrl: '/gameovergne-api/api',
psUrl: '/gameovergne/ps',
// Traefik -> /ps -> Nginx -> Presta /api
psUrl: '/ps',
}; };