From f4c1c9fcb01dcafd9305d32df738b525f5a2d911 Mon Sep 17 00:00:00 2001 From: smfahim25 Date: Wed, 19 Mar 2025 12:18:57 +0600 Subject: [PATCH] try to solve swagger issue --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index b47567a..d069b74 100644 --- a/src/app.ts +++ b/src/app.ts @@ -32,7 +32,7 @@ const app = new Elysia() path: "/swagger", provider: "swagger-ui", // Explicitly use swagger-ui instead of scalar documentation: { - openapi: "3.0.3", + openapi: "3.1.0", info: { title: "Canvas API", version: "1.0.0",