From 687400ebd9603aa986340bee920bd4323d999da2 Mon Sep 17 00:00:00 2001 From: Vincent Guillet Date: Fri, 28 Nov 2025 15:48:57 +0000 Subject: [PATCH] Update client/src/environments/environment.ts --- client/src/environments/environment.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/environments/environment.ts b/client/src/environments/environment.ts index 2282731..bf3d180 100644 --- a/client/src/environments/environment.ts +++ b/client/src/environments/environment.ts @@ -1,5 +1,5 @@ export const environment = { production: false, - apiUrl: '/gameovergne-api/api', - psUrl: '/ps', -}; + apiUrl: 'http://localhost:3000/api', // API Spring en local (via Docker ou non) + psUrl: '/ps', // proxy local via proxy.conf.json +}; \ No newline at end of file