remove duplicate route

This commit is contained in:
Ben Irvin 2022-08-31 14:08:45 +02:00
parent dade723eb8
commit 5a914f1b29

View File

@ -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',