added travel from current location
This commit is contained in:
@ -7,6 +7,7 @@ class ConstValues{
|
||||
static const dev_server = "http://localhost:8100";
|
||||
static const dev_ip_server = "http://192.168.8.100:8100";
|
||||
static const dev_home_ip_server = "http://172.20.10.9:8100";
|
||||
static const dev_home_ip_mserver = "http://192.168.1.10:8100";
|
||||
|
||||
static String currentServer(){
|
||||
return server_uri;
|
||||
|
||||
Reference in New Issue
Block a user