|
|
|
|
@ -10,7 +10,7 @@ class URLs {
|
|
|
|
|
|
|
|
|
|
// static String _baseUrl = "$_host/mobile";
|
|
|
|
|
// static final String _baseUrl = "$_host/v2/mobile"; // new V2 apis
|
|
|
|
|
static final String _baseUrl = "$_host/mobile"; // host local UAT
|
|
|
|
|
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/v5/mobile"; // v5 for data segregation
|
|
|
|
|
|
|
|
|
|
|