From 8fe5a04b4332d67223ef7b071a1786ba50030807 Mon Sep 17 00:00:00 2001 From: AD2025 Date: Sat, 27 Dec 2025 22:06:21 +0200 Subject: [PATCH] fix https --- src/environments/environment.development.ts | 2 +- src/environments/environment.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,