From 420d4cb5f8aa24996d9535114ffbfbbfe00eb650 Mon Sep 17 00:00:00 2001 From: smfahim25 Date: Wed, 19 Mar 2025 12:22:13 +0600 Subject: [PATCH] swagger issue --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index d069b74..a08304f 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.1.0", + openapi: "3.0.0", info: { title: "Canvas API", version: "1.0.0",