diff --git a/website/src/lib/components/toolbar/tools/routing/routing.ts b/website/src/lib/components/toolbar/tools/routing/routing.ts index b43210e0a..cf7fe968f 100644 --- a/website/src/lib/components/toolbar/tools/routing/routing.ts +++ b/website/src/lib/components/toolbar/tools/routing/routing.ts @@ -109,7 +109,7 @@ async function getGraphHopperRoute( graphHopperProfile: string, privateRoads: boolean ): Promise { - let response = await fetch('https://graphhopper-a.gpx.studio/route', { + let response = await fetch('https://graphhopper.gpx.studio/route', { method: 'POST', headers: { 'Content-Type': 'application/json',