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 {
|
2025-12-25 10:26:47 +05:30
|
|
|
static const String baseUrl = "http://10.202.215.164:8000/api";
|
|
|
|
|
static const String fileBaseUrl = "http://10.202.215.164:8000/";
|
2025-11-28 10:14:30 +05:30
|
|
|
}
|