From 99d1c8dc547af073de65b962e217656e27c92d50 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 16 Jan 2022 19:51:43 +0100 Subject: [PATCH] =?UTF-8?q?Przywr=C3=B3cenie=20podstawowego=20URLa=20dla?= =?UTF-8?q?=20danych=20scenerii?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 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",