Update API URL in production environment configuration for correct routing

This commit is contained in:
Vincent Guillet
2025-11-26 15:34:43 +01:00
parent b16eff2e76
commit e5cce7668f

View File

@@ -1,5 +1,5 @@
export const environment = {
production: true,
apiUrl: 'https://dev.vincent-guillet.fr/gameovergne-api/api',
psUrl: '/ps'
psUrl: '/gameovergne/ps'
};