Files
kent_logistics_app/lib/config/api_config.dart
2025-11-28 10:14:30 +05:30

5 lines
162 B
Dart

class ApiConfig {
// Android emulator (use 10.0.2.2), change for physical device or iOS simulator
static const String baseUrl = "http://10.0.2.2:8000/api";
}