Add keyword bahnhof

This commit is contained in:
clerie 2020-06-07 15:12:10 +02:00
parent 144f1645b9
commit d37111ca77
1 changed files with 1 additions and 0 deletions

1
app.py
View File

@ -256,6 +256,7 @@ def block_pp():
return ""
@app.route('/bahn/')
@app.route('/bahnhof/')
@app.route('/fahrplan/')
def bahn():
return redirect("https://marudor.de/Ilmenau", code=302)