From 81332dff5f159dd816f02044cd4af986f64bf92f Mon Sep 17 00:00:00 2001 From: smfahim25 Date: Wed, 19 Mar 2025 12:29:40 +0600 Subject: [PATCH] update --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index 20670eb..618ca8b 100644 --- a/src/app.ts +++ b/src/app.ts @@ -30,7 +30,7 @@ const app = new Elysia() .use( swagger({ path: "/swagger", - // Explicitly use swagger-ui instead of scalar + provider: "swagger-ui", documentation: { openapi: "3.1.0", info: {