diff --git a/app.py b/app.py index 2512a4f..64eadb1 100644 --- a/app.py +++ b/app.py @@ -56,6 +56,10 @@ def modultafeln(course=""): def mail(): return redirect("https://webmail.tu-ilmenau.de/", code=302) +@app.route('/vlv/') +def vlv(): + return redirect("https://www.tu-ilmenau.de/vlv/index.php?id=330", code=302) + if __name__ == '__main__': # Bind to PORT if defined, otherwise default to 5000. port = int(os.environ.get('PORT', 5000))