mirror of
https://github.com/supanadit/geo-smart-app.git
synced 2024-11-10 01:52:22 +00:00
5 lines
119 B
Dart
5 lines
119 B
Dart
class Config {
|
|
static const String api = "http://192.168.1.7:8080";
|
|
static const bool dynamicHostSetting = true;
|
|
}
|