remove prefix
This commit is contained in:
parent
c20bf7a178
commit
dac2478198
1 changed files with 6 additions and 0 deletions
|
|
@ -50,6 +50,12 @@ const app = new Elysia()
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
.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