This commit is contained in:
Aevann1 2022-01-08 08:41:40 +02:00
parent cf7f5385c1
commit fbb0fb95d2
7 changed files with 99 additions and 7 deletions

View file

@ -22,6 +22,11 @@ def privacy(v):
def emojis(v):
return render_template("marseys.html", v=v, marseys=marseys.items())
@app.get("/terms")
@auth_desired
def terms(v):
return render_template("terms.html", v=v)
@app.get('/sidebar')
@auth_desired
def sidebar(v):