geo-smart-app/lib/config.dart
2024-09-22 13:41:32 +07:00

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;
}