demo pager

This commit is contained in:
Thies Mueller
2026-06-04 19:20:47 +02:00
parent 32af874f2f
commit 4d67ed562e
+1 -1
View File
@@ -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/'); $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"; $pagerApiSecret = "foobar";