update for server url

This commit is contained in:
Mohamed Nouffer
2022-06-29 18:33:00 +05:30
parent 4db26e5490
commit 131a8995e0

View File

@ -7,6 +7,6 @@ class ConstValues{
static const dev_ip_server = "http://192.168.8.100:8100"; static const dev_ip_server = "http://192.168.8.100:8100";
static String currentServer(){ static String currentServer(){
return dev_ip_server; return server_uri;
} }
} }