mirror of
https://github.com/supanadit/geo-smart-app.git
synced 2024-11-10 10:02:20 +00:00
4 lines
72 B
Dart
4 lines
72 B
Dart
|
class Config {
|
||
|
static const String api = "http://192.168.1.6:8080";
|
||
|
}
|