diff --git a/src/scripts/utils/apiURLs.ts b/src/scripts/utils/apiURLs.ts index b9c5ad8..8fc1e70 100644 --- a/src/scripts/utils/apiURLs.ts +++ b/src/scripts/utils/apiURLs.ts @@ -1,5 +1,5 @@ export const URLs = { - sceneryData: "https://spythere.github.io/api/stationDataNew.json", + sceneryData: "https://spythere.github.io/api/stationData.json", sceneryDataDev: "http://127.0.0.1:8000/data", stations: "https://api.td2.info.pl:9640/?method=getStationsOnline", trains: "https://api.td2.info.pl:9640/?method=getTrainsOnline",