From 00fd7e20693cb171ce529dfb077aa34ff11a6945 Mon Sep 17 00:00:00 2001 From: Vincent Guillet Date: Fri, 28 Nov 2025 16:30:41 +0000 Subject: [PATCH] Update client/src/environments/environment.prod.ts --- client/src/environments/environment.prod.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/client/src/environments/environment.prod.ts b/client/src/environments/environment.prod.ts index 9be1882..ceebaea 100644 --- a/client/src/environments/environment.prod.ts +++ b/client/src/environments/environment.prod.ts @@ -1,8 +1,5 @@ export const environment = { production: true, - // Traefik -> /gameovergne-api -> strip -> Spring /api apiUrl: '/gameovergne-api/api', - - // Traefik -> /ps -> Nginx -> Presta /api - psUrl: '/ps', + psUrl: '/gameovergne/ps', }; \ No newline at end of file