try to solve swagger issue
This commit is contained in:
parent
38fe798582
commit
31e9508dc2
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const app = new Elysia({
|
||||||
)
|
)
|
||||||
.use(
|
.use(
|
||||||
swagger({
|
swagger({
|
||||||
path: "/api/docs",
|
path: "/docs",
|
||||||
documentation: {
|
documentation: {
|
||||||
info: {
|
info: {
|
||||||
title: "Canvas API",
|
title: "Canvas API",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue