From b39ec7eb17acd549d88c5e9e75417ca6a15ccde4 Mon Sep 17 00:00:00 2001 From: FaizHashmiCS22 Date: Mon, 30 Jun 2025 18:33:08 +0300 Subject: [PATCH] updated URL --- lib/core/config/config.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/config/config.dart b/lib/core/config/config.dart index f7597d6..6cba86c 100644 --- a/lib/core/config/config.dart +++ b/lib/core/config/config.dart @@ -5,8 +5,8 @@ const ONLY_NUMBERS = "[0-9]"; const ONLY_LETTERS = "[a-zA-Z &'\"]"; const ONLY_DATE = "[0-9/]"; // const BASE_URL = 'https://ms.hmg.com/nscapi2'; // Development DB -const BASE_URL = 'https://ms.hmg.com/nscapi'; // UAT -// const BASE_URL = 'https://qline.hmg.com'; // LIVE +// const BASE_URL = 'https://ms.hmg.com/nscapi'; // UAT +const BASE_URL = 'https://qline.hmg.com'; // LIVE const apiKey = 'EE17D21C7943485D9780223CCE55DCE5'; // UAT // const BASE_URL = 'http://10.200.204.11:2222/Services/Nurses.svc/REST'; // const BASE_URL = 'https://hmgwebservices.com/';