diff --git a/web/src/padelnomics/api.py b/web/src/padelnomics/api.py index 7de16d4..3bd6f0b 100644 --- a/web/src/padelnomics/api.py +++ b/web/src/padelnomics/api.py @@ -48,7 +48,6 @@ async def countries(): @bp.route("/markets//cities.json") -@login_required async def country_cities(country_slug: str): """City-level data for a country overview bubble map.""" await _require_maps_flag() @@ -102,7 +101,6 @@ async def city_venues(country_slug: str, city_slug: str): @bp.route("/opportunity/.json") -@login_required async def opportunity(country_slug: str): """Location-level opportunity scores for the opportunity map.""" await _require_maps_flag()