Test environment url.

This commit is contained in:
2018-05-24 23:33:47 +02:00
parent 423f08bc94
commit 4cf756dc54

View File

@@ -1,5 +1,5 @@
export const environment = {
production: true,
apiUrl: 'http://localhost:8080',
apiUrl: 'https://192.168.0.153:8444',
appVersion: '1.0'
};