Files
kent_logistics_app/lib/config/api_config.dart

9 lines
310 B
Dart
Raw Normal View History

2025-12-23 10:22:01 +05:30
// class ApiConfig {
// static const String baseUrl = "http://103.248.30.24:3030/api";
// static const String fileBaseUrl = "http://103.248.30.24:3030/";
// }
2025-11-28 10:14:30 +05:30
class ApiConfig {
2026-02-27 10:12:51 +05:30
static const String baseUrl = "http://10.119.0.74:8000/api";
static const String fileBaseUrl = "http://10.119.0.74:8000/";
2025-11-28 10:14:30 +05:30
}