Update API URL in production environment configuration for correct routing
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
apiUrl: 'https://dev.vincent-guillet.fr/gameovergne-api/api',
|
apiUrl: 'https://dev.vincent-guillet.fr/gameovergne-api/api',
|
||||||
psUrl: '/ps'
|
psUrl: '/gameovergne/ps'
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user