mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +01:00
removed unread total route
This commit is contained in:
@@ -56,7 +56,7 @@ categoriesController.unreadTotal = function(req, res, next) {
|
||||
return next(err);
|
||||
}
|
||||
|
||||
res.render('unread', data);
|
||||
res.json(data);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user