From cf305a3855b29f0b48a50b26bad38346f65bb4c0 Mon Sep 17 00:00:00 2001 From: dario <446-dario@users.noreply.gitlab.hamburg.ccc.de> Date: Tue, 16 Jan 2024 02:16:14 +0100 Subject: [PATCH] use new spaceapi endpoint use new spaceapi endpoint spaceapi.hamburg.ccc.de instead of old dooris status --- themes/ccchh/assets/js/roomstate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/ccchh/assets/js/roomstate.js b/themes/ccchh/assets/js/roomstate.js index a70e878..7f78c7a 100644 --- a/themes/ccchh/assets/js/roomstate.js +++ b/themes/ccchh/assets/js/roomstate.js @@ -1,6 +1,6 @@ import timeDistance, { deLocale } from 'js/util/timeDistance' -const spaceapiUrl = "https://www.hamburg.ccc.de/dooris/status.json" +const spaceapiUrl = "https://spaceapi.hamburg.ccc.de" const interval_ms = 60000 const classNameOpen = "open"