Add temporary corona url

This commit is contained in:
Sebastian Speitel 2020-03-16 15:46:24 +01:00 committed by GitHub
parent d8780aa339
commit e69c3e839b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
app.py
View File

@ -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