···77import httpx
8899# configurable via env var, defaults to production
1010-LEAFLET_API_URL = os.getenv("LEAFLET_API_URL", "https://leaflet-backend.fly.dev")
1010+LEAFLET_API_URL = os.getenv("LEAFLET_API_URL", "https://leaflet-search-backend.fly.dev")
111112121313@asynccontextmanager