Update API URLs in production environment configuration for improved routing

This commit is contained in:
Vincent Guillet
2025-11-30 11:47:35 +01:00
parent 7e5f75e482
commit 16bd098954

View File

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