diff --git a/apps/planner/app/lib/overpass.ts b/apps/planner/app/lib/overpass.ts index db76e47..e106811 100644 --- a/apps/planner/app/lib/overpass.ts +++ b/apps/planner/app/lib/overpass.ts @@ -1,7 +1,7 @@ import type { PoiCategory } from "@trails-cool/map-core"; const OVERPASS_ENDPOINTS = [ - "https://overpass.kumi.systems/api/interpreter", + "https://overpass.private.coffee/api/interpreter", "https://overpass-api.de/api/interpreter", ];