add quick and dirty user list for mods

This commit is contained in:
2025-05-22 04:00:11 +03:00
parent 511687c8c3
commit a28572003e
4 changed files with 36 additions and 0 deletions

View File

@ -31,6 +31,7 @@ app:before_filter(inject_methods)
app:include("apps.users", {path = "/user"})
app:include("apps.topics", {path = "/topics"})
app:include("apps.threads", {path = "/threads"})
app:include("apps.mod", {path = "/mod"})
app:get("/", function(self)
return {redirect_to = self:url_for("all_topics")}