geo-smart-app/lib/config.dart
2019-10-31 22:51:22 +07:00

4 lines
72 B
Dart

class Config {
static const String api = "http://192.168.1.6:8080";
}