From 2fe7ebd3485d0792c32b76d56f4126c903c1e2b5 Mon Sep 17 00:00:00 2001 From: Falk Rehse <falk.rehse@tu-dortmund.de> Date: Sun, 19 Jun 2022 13:56:55 +0000 Subject: [PATCH] Fix mensa request --- panels/mensaPlan/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panels/mensaPlan/script.js b/panels/mensaPlan/script.js index fd09577..476d841 100644 --- a/panels/mensaPlan/script.js +++ b/panels/mensaPlan/script.js @@ -86,7 +86,7 @@ this.loaded = function(panel, config) { }, 30*60*1000); function getMensaPlan() { - $.getJSON("https://mobil.itmc.tu-dortmund.de/canteen-menu/v2/canteens/341/"+calcDateAPI()).done(function(json) { + $.getJSON("https://infoscreen.oh14.de/canteen-menu/v3/canteens/341/"+calcDateAPI()).done(function(json) { fillTable(json); }).fail(function(jqxhr, textStatus, error) { var err = textStatus + ", " + error; -- GitLab