diff --git a/config.php b/config.php index 4697294..cfce759 100644 --- a/config.php +++ b/config.php @@ -7,6 +7,6 @@ $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/'); -$pagerApi = "https://sat.regattatech.de/api/v1/page/"; +$pagerApi = "http://localhost:2348/"; $pagerApiSecret = "foobar"; \ No newline at end of file