forked from rDrama/rDrama
1
0
Fork 0

Merge branch 'frost' of https://github.com/Aevann1/Drama into frost

master
Aevann1 2022-06-17 22:42:34 +02:00
commit 50135ce159
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ def log_item(id, v):
return render_template("log.html", v=v, actions=[action], next_exists=False, page=1, action=action, admins=admins, types=types)
@app.get("/directory")
@auth_required
@auth_desired
def static_megathread_index(v):
return render_template("megathread_index.html", v=v)