From 904baf7325acde093e32a74952f71b2f8e950abb Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Thu, 4 Jun 2026 19:14:15 +0200 Subject: [PATCH] korrekte ergebnisse --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index dec742e..c75081a 100644 --- a/config.php +++ b/config.php @@ -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/";