mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-26 22:56:10 +02:00
more flagged posts shenanigans
This commit is contained in:
@@ -37,7 +37,7 @@ function mainRoutes(app, middleware, controllers) {
|
||||
}
|
||||
|
||||
function postRoutes(app, middleware, controllers) {
|
||||
setupPageRoute(app, '/posts/flagged', middleware, [], controllers.posts.flagged);
|
||||
setupPageRoute(app, '/posts/flags', middleware, [], controllers.posts.flagged);
|
||||
}
|
||||
|
||||
function topicRoutes(app, middleware, controllers) {
|
||||
|
||||
Reference in New Issue
Block a user