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