From 3f0bedd217807d16d2e418e026aea3bcb897bc4a Mon Sep 17 00:00:00 2001 From: apoc Date: Sat, 7 May 2022 17:10:01 +0000 Subject: [PATCH] Switch Mumble API Backend from Uberspace to Chaospott --- chaospott_mumble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaospott_mumble.js b/chaospott_mumble.js index 9eb41af..728a6e0 100644 --- a/chaospott_mumble.js +++ b/chaospott_mumble.js @@ -1,7 +1,7 @@ // Variables used by Scriptable. // These must be at the very top of the file. Do not edit. // icon-color: deep-green; icon-glyph: power-off; -const mumbleApiUrl = "https://apoc.uber.space/chaospott_mumble.json"; +const mumbleApiUrl = "https://status.chaospott.de/chaospott_mumble.json"; const spaceApiUrl = "https://status.chaospott.de/status.json"; const bbbApiUrl = "https://unterricht.roschow.de/chaospott_bbb.json"; const logoUrl = "https://chaospott.de/images/logo.png";