From 089b88c62da000552dd33042b69e8a9945e985f9 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Sat, 7 Mar 2026 15:30:22 +0100 Subject: [PATCH] update graphhopper url --- website/src/lib/components/toolbar/tools/routing/routing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',