Added unibib

This commit is contained in:
Sebastian Speitel 2020-02-08 14:21:01 +01:00 committed by GitHub
parent 3f0de2e03d
commit 6174e7ef64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
app.py
View File

@ -63,6 +63,11 @@ def mail():
def unirz():
return redirect("https://www.tu-ilmenau.de/unirz/", code=302)
@app.route('/unibib/')
@app.route('/bib/')
def ub():
return redirect("https://www.tu-ilmenau.de/ub/", code=302)
@app.route('/vlv/')
def vlv():
return redirect("https://www.tu-ilmenau.de/vlv/index.php?id=330", code=302)