mirror of
https://github.com/supanadit/geo-smart-app.git
synced 2025-02-08 00:58:36 +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;
|
|
}
|