Fix http -> https error

This commit is contained in:
Thomas Bloor 2018-05-24 12:14:26 +01:00
parent 6bf111a3be
commit 5ef8f9471c
No known key found for this signature in database
GPG key ID: 4657C7EBE42CC5CC

View file

@ -5,7 +5,7 @@
export const environment = {
production: false,
apiUrl: 'http://dev.peartrade.org/api',
apiUrl: 'https://dev.peartrade.org/api',
mapApiKey: 'CHANGEME',
enableAnalytics: false,
analyticsKey: 'CHANGEME'