|
|
|
|
@ -8,10 +8,10 @@ class URLs {
|
|
|
|
|
// static const host1 = "https://atomsmuat.hmg.com"; // local UAT url
|
|
|
|
|
|
|
|
|
|
// static final String _baseUrl = "$_host/mobile"; // host local UAT
|
|
|
|
|
static final String _baseUrl = "$_host/v2/mobile"; // new V2 apis
|
|
|
|
|
// static final String _baseUrl = "$_host/v2/mobile"; // new V2 apis
|
|
|
|
|
// static final String _baseUrl = "$_host/mobile"; // host local UAT and for internal audit dev
|
|
|
|
|
// static final String _baseUrl = "$_host/v3/mobile"; // v3 for production CM,PM,TM
|
|
|
|
|
// static final String _baseUrl = "$_host/v4/mobile"; // v4 for Demo module
|
|
|
|
|
static final String _baseUrl = "$_host/v4/mobile"; // v4 for Demo module
|
|
|
|
|
// static final String _baseUrl = "$_host/v5/mobile"; // v5 for data segregation
|
|
|
|
|
|
|
|
|
|
static const String chatHubUrl = "https://apiderichat.hmg.com/chathub";
|
|
|
|
|
|