Fixed permission for test email API
This commit is contained in:
parent
686e0143c7
commit
cc514f1776
@ -48,7 +48,7 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
},
|
||||
permissions: false,
|
||||
permissions: true,
|
||||
async query(frame) {
|
||||
let model = await models.Post.findOne(frame.options);
|
||||
if (!model) {
|
||||
|
Loading…
Reference in New Issue
Block a user