2025-11-28 10:14:30 +05:30
|
|
|
class ApiConfig {
|
2025-12-18 11:03:25 +05:30
|
|
|
static const String baseUrl = "http://10.119.0.74:8000/api";
|
2025-12-18 12:45:26 +05:30
|
|
|
static const String fileBaseUrl = "http://10.119.0.74:8000/";
|
2025-11-28 10:14:30 +05:30
|
|
|
}
|