Update environment configuration and simplify nginx settings for API routing

This commit is contained in:
Vincent Guillet
2025-11-28 22:20:44 +01:00
parent 60ce19f72f
commit 136f9c1732
2 changed files with 4 additions and 27 deletions

View File

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