Merge branch 'master' into patch-2
This commit is contained in:
commit
668c15fbb0
4
app.py
4
app.py
@ -61,6 +61,10 @@ def mail():
|
|||||||
def unirz():
|
def unirz():
|
||||||
return redirect("https://www.tu-ilmenau.de/unirz/", code=302)
|
return redirect("https://www.tu-ilmenau.de/unirz/", code=302)
|
||||||
|
|
||||||
|
@app.route('/vlv/')
|
||||||
|
def vlv():
|
||||||
|
return redirect("https://www.tu-ilmenau.de/vlv/index.php?id=330", code=302)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
# Bind to PORT if defined, otherwise default to 5000.
|
# Bind to PORT if defined, otherwise default to 5000.
|
||||||
port = int(os.environ.get('PORT', 5000))
|
port = int(os.environ.get('PORT', 5000))
|
||||||
|
Loading…
Reference in New Issue
Block a user