Correction of API address for prod env

This commit is contained in:
2018-10-01 21:36:29 +02:00
parent 35ed455ba8
commit b6e37ae6d7

View File

@@ -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: ''
};