update
This commit is contained in:
parent
420d4cb5f8
commit
25fa736170
1 changed files with 2 additions and 2 deletions
|
|
@ -30,9 +30,9 @@ const app = new Elysia()
|
||||||
.use(
|
.use(
|
||||||
swagger({
|
swagger({
|
||||||
path: "/swagger",
|
path: "/swagger",
|
||||||
provider: "swagger-ui", // Explicitly use swagger-ui instead of scalar
|
// Explicitly use swagger-ui instead of scalar
|
||||||
documentation: {
|
documentation: {
|
||||||
openapi: "3.0.0",
|
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