Function get_user_country_by_ip

Source
pub async fn get_user_country_by_ip(
    req: HttpRequest,
    ip_to_country_mapper: Data<IpToCountryMapper>,
) -> ControllerResult<String>
Expand description

GET /api/v0/course-material/user-details/users-ip-country - Find users country by their IP address