mirror of
https://github.com/Spythere/pragotron-td2.git
synced 2026-05-03 05:28:14 +00:00
fix: zmiana portu api swdr
This commit is contained in:
@@ -33,7 +33,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
async mounted() {
|
async mounted() {
|
||||||
const stationsAPIResponse: IOnlineStationsResponse = await (
|
const stationsAPIResponse: IOnlineStationsResponse = await (
|
||||||
await fetch('https://api.td2.info.pl:9640/?method=getStationsOnline')
|
await fetch('https://api.td2.info.pl/?method=getStationsOnline')
|
||||||
).json();
|
).json();
|
||||||
|
|
||||||
this.dataLoaded = true;
|
this.dataLoaded = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user