diff --git a/lib/controllers/api_routes/urls.dart b/lib/controllers/api_routes/urls.dart index 19110cd5..9a539ec5 100644 --- a/lib/controllers/api_routes/urls.dart +++ b/lib/controllers/api_routes/urls.dart @@ -7,14 +7,13 @@ class URLs { // 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 String _baseUrl = "$_host/mobile"; + + static final String _baseUrl = "$_host/mobile"; // host local UAT // static final String _baseUrl = "$_host/v2/mobile"; // new V2 apis - static final String _baseUrl = "$_host/v4/mobile"; // for asset inventory on UAT - // static final String _baseUrl = "$_host/mobile"; // host local UAT // static final String _baseUrl = "$_host/v3/mobile"; // v3 for production CM,PM,TM - static final String _baseUrl = "$_host/v5/mobile"; // v5 for data segregation + // static final String _baseUrl = "$_host/v4/mobile"; // for asset inventory on UAT + // static final String _baseUrl = "$_host/v5/mobile"; // v5 for data segregation static String _host = host1; @@ -338,5 +337,6 @@ class URLs { static get getAssetsTemp => '$_baseUrl/AssetInventory/GetAssetsTemp'; static get convertDetailToComplete => '$_baseUrl/AssetInventory/ConvertDetailToComplete'; + static get getDepartmentBasedOnSite => "$_baseUrl/TRAFDataSource/GetDepartmentBasedOnSite"; // add }