fix https
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
apiUrl: 'http://h080wwwsw0ck0o80g4w800k4.31.97.157.88.sslip.io/api',
|
apiUrl: 'https://quzapi.fitsyncclinic.com/api',
|
||||||
apiTimeout: 30000,
|
apiTimeout: 30000,
|
||||||
cacheTimeout: 300000, // 5 minutes
|
cacheTimeout: 300000, // 5 minutes
|
||||||
enableLogging: true,
|
enableLogging: true,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
apiUrl: 'http://h080wwwsw0ck0o80g4w800k4.31.97.157.88.sslip.io/api',
|
apiUrl: 'https://quzapi.fitsyncclinic.com/api',
|
||||||
apiTimeout: 30000,
|
apiTimeout: 30000,
|
||||||
cacheTimeout: 300000, // 5 minutes
|
cacheTimeout: 300000, // 5 minutes
|
||||||
enableLogging: false,
|
enableLogging: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user