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/";