4 lines
83 B
Dart
4 lines
83 B
Dart
class ApiConfig {
|
|
static const String baseUrl = "http://10.119.0.74:8000/api";
|
|
}
|