From 4d67ed562e16059acf5bc4c737f21766ff3d05c9 Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Thu, 4 Jun 2026 19:20:47 +0200 Subject: [PATCH] demo pager --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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