Files
kent_logistics_app/lib/config/api_config.dart

5 lines
162 B
Dart
Raw Normal View History

2025-11-28 10:14:30 +05:30
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";
}