Updated environment vars to use https

This commit is contained in:
Tom Bloor 2017-08-15 11:25:35 +01:00
parent fc15aa41d8
commit 6e19da8c61
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
export const environment = {
production: true,
apiUrl: 'http://app.peartrade.org/api'
apiUrl: 'https://app.peartrade.org/api'
};

View file

@ -5,5 +5,5 @@
export const environment = {
production: false,
apiUrl: 'http://dev.peartrade.org/api'
apiUrl: 'https://dev.peartrade.org/api'
};