mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-06 12:11:02 +01:00
feat(forums): complete forum for vip&oper only
This commit is contained in:
@@ -61,6 +61,8 @@ exports.update = function (req, res) {
|
||||
forum.desc = req.body.desc;
|
||||
forum.order = req.body.order;
|
||||
forum.readOnly = req.body.readOnly;
|
||||
forum.operOnly = req.body.operOnly;
|
||||
forum.vipOnly = req.body.vipOnly;
|
||||
forum.category = req.body.category;
|
||||
|
||||
forum.save(function (err) {
|
||||
|
||||
Reference in New Issue
Block a user