Switch about URL
This commit is contained in:
parent
4cf7fbd755
commit
a19a52206b
2
app.py
2
app.py
@ -15,7 +15,7 @@ def tu_ilmenau():
|
|||||||
|
|
||||||
@app.route('/about/')
|
@app.route('/about/')
|
||||||
def about():
|
def about():
|
||||||
return redirect("https://github.com/clerie/walduni", code=302)
|
return redirect("https://git.clerie.de/clerie/walduni", code=302)
|
||||||
|
|
||||||
@app.route('/turm/')
|
@app.route('/turm/')
|
||||||
def turm():
|
def turm():
|
||||||
|
Loading…
Reference in New Issue
Block a user