class ApiConfig {
static const String baseUrl = "http://192.168.0.105:8000/api";
static const String fileBaseUrl = "http://192.168.0.105:8000/";
}