more flagged posts shenanigans

This commit is contained in:
barisusakli
2016-02-03 18:21:34 +02:00
parent 086e99de5c
commit e6cf8ec5cf
8 changed files with 105 additions and 74 deletions

View File

@@ -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) {