From a00e0e9c67dcbce56d0d83d88f1d8138c4d756d9 Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 27 Dec 2021 13:09:30 +0100 Subject: [PATCH] Fix schedule url --- static/bauchbinde/assets/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/bauchbinde/assets/script.js b/static/bauchbinde/assets/script.js index a5c3d9f..a68beea 100644 --- a/static/bauchbinde/assets/script.js +++ b/static/bauchbinde/assets/script.js @@ -1,5 +1,5 @@ (() => { - const scheduleUrl = 'https://schedule2.broken.equipment/everything.schedule.json'; + const scheduleUrl = 'https://static.rc3.world/schedule/everything.json'; let isFirstRun = true; let autoIntro = false;