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