korrekte ergebnisse

This commit is contained in:
Thies Mueller
2026-06-04 19:14:15 +02:00
parent 35af5e1afa
commit 904baf7325
+1 -1
View File
@@ -5,7 +5,7 @@ $rennplanJson = file_get_contents('https://api.sat.regattatech.de/api/v1/rennpla
$bootJson = file_get_contents('https://api.sat.regattatech.de/api/v1/boot/');
$ergebnisseJson = file_get_contents('https://api.sat.regattatech.de/api/v1/results/current/');
$ergebnisseJson = file_get_contents('https://api.sat.regattatech.de/api/v1/results/3/');
$pagerApi = "https://sat.regattatech.de/api/v1/page/";