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