remove prefix
This commit is contained in:
parent
e5132b2270
commit
be29aed2a2
1 changed files with 1 additions and 6 deletions
|
|
@ -26,12 +26,7 @@ const app = new Elysia()
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
.use(swagger())
|
.use(swagger())
|
||||||
.get("/test", () => "Hello World", {
|
.get("/test", () => "Hello World", {})
|
||||||
detail: {
|
|
||||||
tags: ["Default"],
|
|
||||||
summary: "Test endpoint",
|
|
||||||
},
|
|
||||||
})
|
|
||||||
.use(api)
|
.use(api)
|
||||||
.listen(ENV.SERVER_PORT);
|
.listen(ENV.SERVER_PORT);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue