initial commit

This commit is contained in:
Thies Mueller
2026-06-20 00:37:22 +02:00
commit 03e1c48832
6 changed files with 892 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
const CONFIG = {
RESULTS_URL: "https://example.com/api/results",
RENNPLAN_URL: "https://example.com/api/rennplan",
MESSAGE_URL: "https://example.com/api/message",
REFRESH_INTERVAL: 30000 // 30 Sekunden
};