From e5cce7668f58121b4dc0108f0a57102f1dd841df Mon Sep 17 00:00:00 2001 From: Vincent Guillet Date: Wed, 26 Nov 2025 15:34:43 +0100 Subject: [PATCH] Update API URL in production environment configuration for correct routing --- client/src/environments/environment.prod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/environments/environment.prod.ts b/client/src/environments/environment.prod.ts index e79fa71..c20461d 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.vincent-guillet.fr/gameovergne-api/api', - psUrl: '/ps' + psUrl: '/gameovergne/ps' };