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