Skip to content

Commit

Permalink
fix: enable auth for certs endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zangetsu101 committed Jul 3, 2024
1 parent f472d5c commit 73744d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ export async function createServer() {
path: '/certificates',
handler: certificateHandler,
options: {
auth: false,
tags: ['api', 'certificates'],
description: 'Returns certificate metadata'
}
Expand Down

0 comments on commit 73744d8

Please sign in to comment.