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",