From 1e4f5f6e0f15443547d665da33da95ba624b3181 Mon Sep 17 00:00:00 2001 From: LadnerJonas Date: Sun, 20 Aug 2023 11:21:07 +0200 Subject: [PATCH] add tum-validation-station statuspage --- redirect/routes.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/redirect/routes.php b/redirect/routes.php index c919564..4ea86b5 100644 --- a/redirect/routes.php +++ b/redirect/routes.php @@ -712,6 +712,10 @@ class Route { 'description' => 'The place, where you can find daily menus for some student places in Munich', 'target' => 'https://menu.tum.sexy/', ], + 'tval' => [ + 'description' => 'Status of the Validation Stations', + 'target' => 'https://campus.tum.de/valistatus/en/', + ], 'uanal' => [ 'description' => 'Übungen zu Analysis für Informatik', 'moodle_id' => '84798', @@ -893,6 +897,7 @@ class Route { 'statista', 'streams', 'tumenu', + 'tval', 'vorkurs', 'wahl', 'walomat',