mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
show coming soon page for bot chat while i add a new feature
This commit is contained in:
parent
a80f77d2bc
commit
8d99f46d1a
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@ def bot_toggle(id):
|
||||||
|
|
||||||
@app.route("/bot/chat/<id>")
|
@app.route("/bot/chat/<id>")
|
||||||
def bot_chat(id):
|
def bot_chat(id):
|
||||||
return render_template("/bot/chat.html", bot = id)
|
return render_template("coming_soon.html")
|
||||||
|
# return render_template("/bot/chat.html", bot = id)
|
||||||
|
|
||||||
@app.route("/bot/blacklist/<id>")
|
@app.route("/bot/blacklist/<id>")
|
||||||
def bot_blacklist(id):
|
def bot_blacklist(id):
|
||||||
|
|
Loading…
Reference in a new issue