|
|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
class URLs {
|
|
|
|
|
URLs._();
|
|
|
|
|
|
|
|
|
|
static const String appReleaseBuildNumber = "28";
|
|
|
|
|
static const String appReleaseBuildNumber = "31";
|
|
|
|
|
|
|
|
|
|
// 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 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
|
|
|
|
|
|