From 25fa7361707b7d2402f4f72f5a7cc4a810cc32c5 Mon Sep 17 00:00:00 2001 From: smfahim25 Date: Wed, 19 Mar 2025 12:23:58 +0600 Subject: [PATCH] update --- src/app.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.ts b/src/app.ts index a08304f..20670eb 100644 --- a/src/app.ts +++ b/src/app.ts @@ -30,9 +30,9 @@ const app = new Elysia() .use( swagger({ path: "/swagger", - provider: "swagger-ui", // Explicitly use swagger-ui instead of scalar + // Explicitly use swagger-ui instead of scalar documentation: { - openapi: "3.0.0", + openapi: "3.1.0", info: { title: "Canvas API", version: "1.0.0",