update logs

This commit is contained in:
Mohamed Nouffer
2023-09-21 15:41:23 +05:30
parent 4db56e9c0f
commit 7fdb6c05ee
6 changed files with 22 additions and 7 deletions

View File

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