try to solve

This commit is contained in:
smfahim25 2025-03-20 13:57:29 +06:00
parent 62b944d260
commit 16c9c5f4d7

View file

@ -27,7 +27,7 @@ const app = new Elysia()
credentials: true,
})
)
.get("/test", () => "Hello World", {})
.post("/test", () => "Hello World", {})
.use(api)
.use(
swagger({