Security fix

This commit is contained in:
Finn 2017-07-28 19:32:33 +01:00 committed by GitHub
parent cc1076332b
commit d119034f5b

View file

@ -5,5 +5,6 @@
export const environment = {
production: false,
apiUrl: 'http://192.168.2.156:3000/api'
// insert local URL here
apiUrl: ''
};