Fix http -> https error
This commit is contained in:
parent
6bf111a3be
commit
5ef8f9471c
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Reference in a new issue