This commit is contained in:
Sebastian Speitel 2020-03-16 15:07:49 +00:00 committed by GitHub
commit 12a236ec1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
app.py
View File

@ -251,6 +251,22 @@ def block_cjd():
def block_pp():
return ""
########################################################################################################################
# Temporary
########################################################################################################################
# Corona Telegram Channel
@app.route('/corona/')
@app.route('/covid19/')
@app.route('/covid-19/')
@app.route('/corona/news')
@app.route('/covid19/news')
@app.route('/covid-19/news')
@app.route('/corona/telegram')
@app.route('/covid19/telegram')
@app.route('/covid-19/telegram')
def corona():
return redirect("https://t.me/coronatui", code=302)
########################################################################################################################
# Base