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 = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
apiUrl: 'http://dev.peartrade.org/api',
|
apiUrl: 'https://dev.peartrade.org/api',
|
||||||
mapApiKey: 'CHANGEME',
|
mapApiKey: 'CHANGEME',
|
||||||
enableAnalytics: false,
|
enableAnalytics: false,
|
||||||
analyticsKey: 'CHANGEME'
|
analyticsKey: 'CHANGEME'
|
||||||
|
|
Reference in a new issue