Correction of API address for prod env
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
apiUrl: 'http://176.188.217.1:54446',
|
apiUrl: 'https://176.188.217.1:54446',
|
||||||
appVersion: '0.0.1',
|
appVersion: '0.0.1',
|
||||||
title: ''
|
title: ''
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user