diff --git a/src/environments/environment.development.ts b/src/environments/environment.development.ts index dd28825..0cc4f46 100644 --- a/src/environments/environment.development.ts +++ b/src/environments/environment.development.ts @@ -1,6 +1,6 @@ export const environment = { production: false, - apiUrl: 'http://h080wwwsw0ck0o80g4w800k4.31.97.157.88.sslip.io/api', + apiUrl: 'https://quzapi.fitsyncclinic.com/api', apiTimeout: 30000, cacheTimeout: 300000, // 5 minutes enableLogging: true, diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 53c97f7..3f59a06 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -1,6 +1,6 @@ export const environment = { production: true, - apiUrl: 'http://h080wwwsw0ck0o80g4w800k4.31.97.157.88.sslip.io/api', + apiUrl: 'https://quzapi.fitsyncclinic.com/api', apiTimeout: 30000, cacheTimeout: 300000, // 5 minutes enableLogging: false,