get_user_country_by_ip

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>