From afa3a6ebf82333637a80492970b28492516b776d Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 1 Mar 2022 11:18:17 +0100 Subject: [PATCH] Zmiana linku API --- src/scripts/utils/apiURLs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/utils/apiURLs.ts b/src/scripts/utils/apiURLs.ts index be84faf..f14ff9f 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",