mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +01:00
closes #2002
This commit is contained in:
@@ -154,8 +154,8 @@ categoriesController.list = function(req, res, next) {
|
||||
if (err) {
|
||||
return next(err);
|
||||
}
|
||||
// TODO: template should be called categories.tpl
|
||||
res.render('home', data);
|
||||
|
||||
res.render('categories', data);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user