Loosen auth requirement on /directory.

remotes/1693045480750635534/spooky-22
Snakes 2022-06-17 16:38:30 -04:00
parent fae0bee0d9
commit c46f785229
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)