|
|
|
@ -1,5 +1,5 @@
|
|
|
|
class ApiConsts {
|
|
|
|
class ApiConsts {
|
|
|
|
//static String baseUrl = "http://10.200.204.20:2801/"; // Local server
|
|
|
|
// static String baseUrl = "http://10.200.204.20:2801/"; // Local server
|
|
|
|
static String baseUrl = "https://mdlaboratories.com"; // production server
|
|
|
|
static String baseUrl = "https://mdlaboratories.com"; // production server
|
|
|
|
static String baseUrlServices = baseUrl + "/mc/"; // production server
|
|
|
|
static String baseUrlServices = baseUrl + "/mc/"; // production server
|
|
|
|
// static String baseUrlServices = "https://api.cssynapses.com/tangheem/"; // Live server
|
|
|
|
// static String baseUrlServices = "https://api.cssynapses.com/tangheem/"; // Live server
|
|
|
|
|