Merge pull request #11 from SebastianSpeitel/patch-7

Added unibib
This commit is contained in:
Clemens Riese 2020-02-10 20:23:18 +01:00 committed by GitHub
commit 4718cc8d7e
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)