From 9b39a4ac47bc2fb7649c292cbae325b7059cc1c4 Mon Sep 17 00:00:00 2001 From: hosseintaromi Date: Mon, 21 Jul 2025 23:32:39 +0330 Subject: [PATCH] fix(config): update API base URL to staging server - Change base URL from http://185.208.175.150:8090 to https://apimznstg.aireview.ir - Update to use HTTPS staging environment --- src/constant/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constant/routes.ts b/src/constant/routes.ts index cca0626..c02e395 100644 --- a/src/constant/routes.ts +++ b/src/constant/routes.ts @@ -1,4 +1,4 @@ -export const API_GATE_WAY = "http://185.208.175.150:8090"; +export const API_GATE_WAY = "https://apimznstg.aireview.ir"; export const REQUEST_TIMEOUT = 30000;