From d486b76116a34a0c760b94068a796023e5e7c17d Mon Sep 17 00:00:00 2001 From: Elham Rababh Date: Sun, 31 Oct 2021 17:17:25 +0200 Subject: [PATCH] fix merge issue --- lib/config/config.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/config.dart b/lib/config/config.dart index cbe90077..1b09e86f 100644 --- a/lib/config/config.dart +++ b/lib/config/config.dart @@ -15,7 +15,7 @@ const PACKAGES_CUSTOMER = '/api/customers'; const PACKAGES_SHOPPING_CART = '/api/shopping_cart_items'; const PACKAGES_ORDERS = '/api/orders'; const PACKAGES_TAMARA_OPT = '/api/orders/paymentoptions/tamara'; -const BASE_URL = 'https://uat.hmgwebservices.com/'; +// const BASE_URL = 'https://uat.hmgwebservices.com/'; // const BASE_URL = 'https://hmgwebservices.com/'; // const BASE_URL = 'https://uat.hmgwebservices.com/'; const BASE_URL = 'https://hmgwebservices.com/';