remove old path

This commit is contained in:
Ben Irvin 2022-08-31 10:57:13 +02:00
parent 1e5f8e9fee
commit dc90c752c8

View File

@ -67,12 +67,4 @@ module.exports = [
],
},
},
{
method: 'GET',
path: '/api-token-layout',
handler: 'api-token.getLayout',
config: {
policies: ['admin::isAuthenticatedAdmin'],
},
},
];