From 50f14666adb7afc84056fd9f71f3ceb436624539 Mon Sep 17 00:00:00 2001 From: Fatimah Alshammari Date: Mon, 14 Feb 2022 11:03:36 +0300 Subject: [PATCH] 1.0 --- lib/classes/consts.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/classes/consts.dart b/lib/classes/consts.dart index 046538a..0615648 100644 --- a/lib/classes/consts.dart +++ b/lib/classes/consts.dart @@ -1,5 +1,5 @@ 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 baseUrlServices = baseUrl + "/mc/"; // production server // static String baseUrlServices = "https://api.cssynapses.com/tangheem/"; // Live server