mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-03-07 22:02:59 +00:00
update graphhopper url
This commit is contained in:
@@ -109,7 +109,7 @@ async function getGraphHopperRoute(
|
|||||||
graphHopperProfile: string,
|
graphHopperProfile: string,
|
||||||
privateRoads: boolean
|
privateRoads: boolean
|
||||||
): Promise<TrackPoint[]> {
|
): Promise<TrackPoint[]> {
|
||||||
let response = await fetch('https://graphhopper-a.gpx.studio/route', {
|
let response = await fetch('https://graphhopper.gpx.studio/route', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
|
|||||||
Reference in New Issue
Block a user