This commit is contained in:
Aevann1 2021-11-26 02:32:38 +02:00
parent d4655979a8
commit 2ef949e646
3 changed files with 6 additions and 2 deletions

View file

@ -308,6 +308,7 @@ def unsubscribe(v, post_id):
@app.get("/report_bugs")
@auth_required
def reportbugs(v):
if request.host == 'rdrama.net': return redirect('https://rdrama.net/post/18459')
return render_template("reportbugs.html", v=v)
@app.post("/@<username>/message")