Update client/src/environments/environment.prod.ts

This commit is contained in:
2025-11-28 15:23:26 +00:00
parent edd8011efc
commit 2a4b71f52f

View File

@@ -1,5 +1,5 @@
export const environment = {
production: false,
apiUrl: '/gameovergne-api/api',
psUrl: '/ps',
psUrl: '/gameovergne/ps',
};