add notification for new post in thread
This commit is contained in:
1
app.lua
1
app.lua
@@ -54,6 +54,7 @@ app:include("apps.topics", {path = "/topics"})
|
||||
app:include("apps.threads", {path = "/threads"})
|
||||
app:include("apps.mod", {path = "/mod"})
|
||||
app:include("apps.post", {path = "/post"})
|
||||
app:include("apps.api", {path = "/api"})
|
||||
|
||||
app:get("/", function(self)
|
||||
return {redirect_to = self:url_for("all_topics")}
|
||||
|
||||
Reference in New Issue
Block a user