try to solve swagger issue
This commit is contained in:
parent
994c9fcb02
commit
f4c1c9fcb0
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ const app = new Elysia()
|
||||||
path: "/swagger",
|
path: "/swagger",
|
||||||
provider: "swagger-ui", // Explicitly use swagger-ui instead of scalar
|
provider: "swagger-ui", // Explicitly use swagger-ui instead of scalar
|
||||||
documentation: {
|
documentation: {
|
||||||
openapi: "3.0.3",
|
openapi: "3.1.0",
|
||||||
info: {
|
info: {
|
||||||
title: "Canvas API",
|
title: "Canvas API",
|
||||||
version: "1.0.0",
|
version: "1.0.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue