Add temporary corona url
This commit is contained in:
parent
d8780aa339
commit
e69c3e839b
10
app.py
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user