style: run prettier
All checks were successful
TrafficCue CI / check (push) Successful in 55s
TrafficCue CI / build (push) Successful in 47s

This commit is contained in:
Cfp
2025-07-03 18:55:36 +02:00
parent 6c92369d1b
commit 3980fc7c42

View File

@ -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";