We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b47c0a2 + 7079476 commit 762c79aCopy full SHA for 762c79a
1 file changed
modules/tasks/policies/tasks.policy.js
@@ -12,7 +12,6 @@ const invokeRolesPolicies = () => {
12
{ roles: ['user'], actions: 'manage', subject: '/api/tasks/:taskId' },
13
{ roles: ['guest'], actions: ['read'], subject: '/api/tasks/stats' },
14
{ roles: ['guest'], actions: ['read'], subject: '/api/tasks' },
15
- { roles: ['guest'], actions: ['read'], subject: '/api/tasks/:taskId' },
16
]);
17
};
18
0 commit comments