mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
Update old policy format
This commit is contained in:
parent
972d89d3dd
commit
62fc3af469
@ -1,3 +1,3 @@
|
||||
module.exports = (ctx, next) => {
|
||||
return next();
|
||||
module.exports = ctx => {
|
||||
return true;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user