class ApiConfig {
static const String url = "https://fa45-103-240-110-105.ngrok-free.app";
static const baseUrl = url + "/api";
}