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