From 4b2ed8e7b083d450013cfc20d9ebb3e6c954ae9e Mon Sep 17 00:00:00 2001 From: Tameem Bin Haider Date: Wed, 3 Jul 2024 17:38:38 +0600 Subject: [PATCH] fix: enable auth for certs endpoint --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 771371b8b..c7ea2459b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -494,7 +494,6 @@ export async function createServer() { path: '/certificates', handler: certificateHandler, options: { - auth: false, tags: ['api', 'certificates'], description: 'Returns certificate metadata' }