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,
|
credentials: true,
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
.get("/test", () => "Hello World", {})
|
.post("/test", () => "Hello World", {})
|
||||||
.use(api)
|
.use(api)
|
||||||
.use(
|
.use(
|
||||||
swagger({
|
swagger({
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue