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