From e69c3e839b699da1ce93903dd3eb3bf37eef5f84 Mon Sep 17 00:00:00 2001 From: Sebastian Speitel Date: Mon, 16 Mar 2020 15:46:24 +0100 Subject: [PATCH] Add temporary corona url --- app.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app.py b/app.py index ce408e0..a735577 100644 --- a/app.py +++ b/app.py @@ -251,6 +251,16 @@ def block_cjd(): def block_pp(): return "" +######################################################################################################################## +# Temporary +######################################################################################################################## + +# Corona Telegram Channel +@app.route('/corona/') +@app.route('/covid19/') +@app.route('/covid-19/') +def corona(): + return redirect("https://t.me/coronatui", code=302) ######################################################################################################################## # Base