Updated environment vars to use https
This commit is contained in:
parent
fc15aa41d8
commit
6e19da8c61
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
apiUrl: 'http://app.peartrade.org/api'
|
apiUrl: 'https://app.peartrade.org/api'
|
||||||
};
|
};
|
||||||
|
|
|
@ -5,5 +5,5 @@
|
||||||
|
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
apiUrl: 'http://dev.peartrade.org/api'
|
apiUrl: 'https://dev.peartrade.org/api'
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue