From 16bd098954b93d54e0f0b7bf628ba26360064374 Mon Sep 17 00:00:00 2001 From: Vincent Guillet Date: Sun, 30 Nov 2025 11:47:35 +0100 Subject: [PATCH] Update API URLs in production environment configuration for improved routing --- client/src/environments/environment.prod.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/environments/environment.prod.ts b/client/src/environments/environment.prod.ts index 4533ca6..8142868 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: '/gameovergne-api/', - psUrl: '/gameovergne-api/ps', + apiUrl: '/gameovergne-api/api', + psUrl: '/gameovergne-api/api/ps', };