diff --git a/src/lib/services/hosts.ts b/src/lib/services/hosts.ts index 461725d..d05b4ed 100644 --- a/src/lib/services/hosts.ts +++ b/src/lib/services/hosts.ts @@ -5,6 +5,6 @@ export const ROUTING_SERVER = "https://valhalla1.openstreetmap.de/"; export const SEARCH_SERVER = "https://photon.komoot.io/"; export const OVERPASS_SERVER = "https://overpass-api.de/api/interpreter"; export const LNV_SERVER = - (location.hostname == "localhost" && location.protocol == "http:") + location.hostname == "localhost" && location.protocol == "http:" ? "http://localhost:3000/api" : "https://trafficcue-api.picoscratch.de/api";