From 131a8995e0a25274db1cb523cb627dfa0d04c568 Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Wed, 29 Jun 2022 18:33:00 +0530 Subject: [PATCH] update for server url --- lib/utils/const.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/const.dart b/lib/utils/const.dart index 5636713..fb2bd57 100644 --- a/lib/utils/const.dart +++ b/lib/utils/const.dart @@ -7,6 +7,6 @@ class ConstValues{ static const dev_ip_server = "http://192.168.8.100:8100"; static String currentServer(){ - return dev_ip_server; + return server_uri; } } \ No newline at end of file