Skip to content

Commit

Permalink
fix: enable auth for certs endpoint (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zangetsu101 authored Jul 3, 2024
1 parent 3e3cf5f commit e00238e
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 e00238e

Please sign in to comment.