From 93d575f7c517ac99ad6bb3359107a3a73b1a6100 Mon Sep 17 00:00:00 2001 From: Vincent Guillet Date: Sat, 22 Nov 2025 16:53:25 +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 6e537bb..d2684e2 100644 --- a/client/src/environments/environment.prod.ts +++ b/client/src/environments/environment.prod.ts @@ -1,4 +1,4 @@ export const environment = { production: true, - apiUrl: 'https://dev.unifihomenetwork.com/gameovergne-api' + apiUrl: 'https://dev.unifihomenetwork.com/gameovergne-api/api' };