temporary server added.

design_3.0_asset_inventory_module
Sikander Saleem 4 days ago
parent 4f2cb42a3f
commit a763538771

@ -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

Loading…
Cancel
Save