diff --git a/app.py b/app.py index 2622f4e..460843f 100644 --- a/app.py +++ b/app.py @@ -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)