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: {