diff --git a/src/index.ts b/src/index.ts index 7ff65f615..acfd768e2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -505,7 +505,6 @@ export async function createServer() { path: '/roles', handler: rolesHandler, options: { - auth: false, tags: ['api', 'user-roles'], description: 'Returns user roles metadata' } @@ -516,7 +515,6 @@ export async function createServer() { path: '/users', handler: usersHandler, options: { - auth: false, tags: ['api', 'users'], description: 'Returns users metadata' }