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 authored and github-actions committed Jul 3, 2024
1 parent 1af1025 commit 4b2ed8e
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 4b2ed8e

Please sign in to comment.