From a7635387710ccfed9d20afcb3f220d4f13d824d9 Mon Sep 17 00:00:00 2001 From: Sikander Saleem Date: Mon, 27 Oct 2025 09:09:12 +0300 Subject: [PATCH] temporary server added. --- lib/controllers/api_routes/urls.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/controllers/api_routes/urls.dart b/lib/controllers/api_routes/urls.dart index 8b94e771..6e2115c2 100644 --- a/lib/controllers/api_routes/urls.dart +++ b/lib/controllers/api_routes/urls.dart @@ -5,9 +5,9 @@ class URLs { // static const host1 = "https://atomsm.hmg.com"; // production url // static const host1 = "https://atomsmdev.hmg.com"; // local DEV url - static const host1 = "https://atomsmuat.hmg.com"; // local UAT url - // static const host1 = "http://10.201.111.125:9495"; // temporary Server UAT url - // http://10.201.111.125:9495/v4/swagger/index.html + // static const host1 = "https://atomsmuat.hmg.com"; // local UAT url + static const host1 = "http://10.201.111.125:9495"; // temporary Server UAT url + // static String _baseUrl = "$_host/mobile"; // static final String _baseUrl = "$_host/v3/mobile"; // new V3 apis static final String _baseUrl = "$_host/v4/mobile"; // for asset inventory on UAT