update graphhopper url

This commit is contained in:
vcoppe
2026-03-07 15:30:22 +01:00
parent a01ca79a82
commit 089b88c62d

View File

@@ -109,7 +109,7 @@ async function getGraphHopperRoute(
graphHopperProfile: string,
privateRoads: boolean
): Promise<TrackPoint[]> {
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',