From d37111ca7782e5283eef069ec4a3b64d7954a332 Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 7 Jun 2020 15:12:10 +0200 Subject: [PATCH] Add keyword bahnhof --- app.py | 1 + 1 file changed, 1 insertion(+) 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)