mirror of
https://github.com/supanadit/geo-smart-app.git
synced 2025-01-31 21:18:37 +00:00
6 lines
176 B
Dart
6 lines
176 B
Dart
class Config {
|
|
static const String api = "https://api.geosmart.supanadit.com";
|
|
static const bool dynamicHostSetting = false;
|
|
static const bool showInterceptor = false;
|
|
}
|