Skip to content

Commit

Permalink
Merge pull request #189 from opencrvs/auto-pr-release-v1.5.0-188-23225
Browse files Browse the repository at this point in the history
fix(v1.5.0): enable auth for certs endpoint
  • Loading branch information
Zangetsu101 authored Jul 3, 2024
2 parents 1af1025 + 4b2ed8e commit 5fa4736
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 5fa4736

Please sign in to comment.