update for user group

This commit is contained in:
Mohamed Nouffer
2022-09-05 19:12:25 +05:30
parent 09ac737de5
commit 6802083a0a
5 changed files with 88 additions and 51 deletions

View File

@ -4,7 +4,7 @@
class ConstValues{
static const server_uri = "http://container.intranet.sumasen.net:8100";
static const dev_server = "http://localhost:8100";
static const dev_ip_server = "http://192.168.8.103:8100";
static const dev_ip_server = "http://192.168.8.100:8100";
static String currentServer(){
return server_uri;