add TODO for up-next tasks - api calls
This commit is contained in:
@@ -12,3 +12,8 @@ exports.add_group = function(req, res) {
|
||||
res.json(group);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
// TODO add permisson to a user or a group
|
||||
|
||||
// TODO clear all permissions directly associated with a user or group
|
||||
Reference in New Issue
Block a user