Refactor environment configurations and nginx settings for improved API routing and path handling
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: 'https://dev.vincent-guillet.fr/gameovergne-api/api',
|
||||
psUrl: '/gameovergne/ps'
|
||||
psUrl: '/gameovergne/ps'
|
||||
};
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: 'http://localhost:3000/api',
|
||||
psUrl: 'ps'
|
||||
psUrl: '/ps'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user