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', };