Added slash

This commit is contained in:
Sebastian Speitel 2019-12-14 13:56:46 +01:00 committed by GitHub
parent 9a5b97976b
commit b3ca1397a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -14,7 +14,7 @@ def tu_ilmenau():
def about():
return redirect("https://github.com/clerie/walduni", code=302)
@app.route('/turm')
@app.route('/turm/')
def turm():
return redirect("https://turm.rz.tu-ilmenau.de/eE/aktuell/lstr_browser.php", code=302)