Added slash
This commit is contained in:
parent
9a5b97976b
commit
b3ca1397a9
2
app.py
2
app.py
@ -14,7 +14,7 @@ def tu_ilmenau():
|
|||||||
def about():
|
def about():
|
||||||
return redirect("https://github.com/clerie/walduni", code=302)
|
return redirect("https://github.com/clerie/walduni", code=302)
|
||||||
|
|
||||||
@app.route('/turm')
|
@app.route('/turm/')
|
||||||
def turm():
|
def turm():
|
||||||
return redirect("https://turm.rz.tu-ilmenau.de/eE/aktuell/lstr_browser.php", code=302)
|
return redirect("https://turm.rz.tu-ilmenau.de/eE/aktuell/lstr_browser.php", code=302)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user