Add Fahrplanauskunft

This commit is contained in:
clerie 2020-06-07 15:09:10 +02:00
parent 5548a9d79a
commit dfcb84619c
1 changed files with 4 additions and 0 deletions

4
app.py
View File

@ -255,6 +255,10 @@ def block_cjd():
def block_pp():
return ""
@app.route('/bahn/')
def bahn():
return redirect("https://marudor.de/Ilmenau", code=302)
########################################################################################################################
# Base