diff --git a/app.py b/app.py index cb46d87..2622f4e 100644 --- a/app.py +++ b/app.py @@ -256,6 +256,7 @@ def block_pp(): return "" @app.route('/bahn/') +@app.route('/fahrplan/') def bahn(): return redirect("https://marudor.de/Ilmenau", code=302)