Refactor Dockerfile and update environment configurations for improved API integration

This commit is contained in:
Vincent Guillet
2025-11-28 12:10:50 +01:00
parent b98995b7ae
commit 669a4cbe00
4 changed files with 13 additions and 17 deletions

View File

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