try to solve
This commit is contained in:
parent
62b944d260
commit
16c9c5f4d7
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ const app = new Elysia()
|
|||
credentials: true,
|
||||
})
|
||||
)
|
||||
.get("/test", () => "Hello World", {})
|
||||
.post("/test", () => "Hello World", {})
|
||||
.use(api)
|
||||
.use(
|
||||
swagger({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue