Skip to content

Commit

Permalink
Merge pull request #14276 from strapi/fix/delete-duplicate-route-user…
Browse files Browse the repository at this point in the history
…s-delete
  • Loading branch information
innerdvations committed Dec 27, 2022
2 parents b76c413 + 43c6874 commit 44c3c09
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/core/admin/server/routes/roles.js
@@ -1,14 +1,6 @@
'use strict';

module.exports = [
{
method: 'POST',
path: '/users/batch-delete',
handler: 'user.deleteMany',
config: {
policies: [{ name: 'admin::hasPermissions', config: { actions: ['admin::users.delete'] } }],
},
},
{
method: 'GET',
path: '/roles/:id/permissions',
Expand Down

0 comments on commit 44c3c09

Please sign in to comment.