feat: update PrestashopService to use dynamic base URL from environment configuration
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: 'https://dev.unifihomenetwork.com/gameovergne-api/api'
|
||||
apiUrl: 'https://dev.unifihomenetwork.com/gameovergne-api/api',
|
||||
psUrl: 'https://dev.unifihomenetwork.com/gameovergne-api/api/ps'
|
||||
};
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: 'http://localhost:3000/api'
|
||||
apiUrl: 'http://localhost:3000/api',
|
||||
psUrl: '/ps'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user