From 2a4b71f52f5a929fd11bfcb046dbf79b55bc25d6 Mon Sep 17 00:00:00 2001 From: Vincent Guillet Date: Fri, 28 Nov 2025 15:23:26 +0000 Subject: [PATCH] Update client/src/environments/environment.prod.ts --- 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 2282731..a8d11ae 100644 --- a/client/src/environments/environment.prod.ts +++ b/client/src/environments/environment.prod.ts @@ -1,5 +1,5 @@ export const environment = { production: false, apiUrl: '/gameovergne-api/api', - psUrl: '/ps', + psUrl: '/gameovergne/ps', };