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