Skip to content
Snippets Groups Projects
Verified Commit 560f6721 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

use v2 of mensa-api

parent a2395081
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ this.loaded = function(panel, config) {
}, 30*60*1000);
function getMensaPlan() {
$.getJSON("https://mobil.itmc.tu-dortmund.de/canteen-menu/v1/canteens/341/"+calcDateAPI()).done(function(json) {
$.getJSON("https://mobil.itmc.tu-dortmund.de/canteen-menu/v2/canteens/341/"+calcDateAPI()).done(function(json) {
fillTable(json);
}).fail(function(jqxhr, textStatus, error) {
var err = textStatus + ", " + error;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment