Add moodle

This commit is contained in:
clerie 2020-06-07 15:06:07 +02:00
parent a19a52206b
commit 5548a9d79a
1 changed files with 4 additions and 0 deletions

4
app.py
View File

@ -21,6 +21,10 @@ def about():
def turm():
return redirect("https://turm.rz.tu-ilmenau.de/eE/aktuell/lstr_browser.php", code=302)
@app.route('/moodle/')
def moodle():
return redirect("https://moodle2.tu-ilmenau.de/", code=302)
@app.route('/modultafeln/<course>/')
@app.route('/modultafel/<course>/')
@app.route('/modulplan/<course>/')