Added more granular permissions.
This commit is contained in:
parent
ef4894e409
commit
2dbf3b97d5
11 changed files with 179 additions and 75 deletions
|
|
@ -98,7 +98,6 @@ module.exports.post = async function(req, res){
|
|||
res.send({errors: validResult.array()})
|
||||
}
|
||||
}catch(err){
|
||||
console.log(err);
|
||||
return exceptionHandler(res, err);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue