From 32af874f2fa081b64281801c75997506722fd27b Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Thu, 4 Jun 2026 19:19:28 +0200 Subject: [PATCH] neue bootliste --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index c75081a..4697294 100644 --- a/config.php +++ b/config.php @@ -3,7 +3,7 @@ $eventname = "Sport am Tankumsee 2026"; $rennplanJson = file_get_contents('https://api.sat.regattatech.de/api/v1/rennplan/3/'); -$bootJson = file_get_contents('https://api.sat.regattatech.de/api/v1/boot/'); +$bootJson = file_get_contents('https://api.sat.regattatech.de/api/v1/bootliste/3/'); $ergebnisseJson = file_get_contents('https://api.sat.regattatech.de/api/v1/results/3/');