remove prefix
This commit is contained in:
parent
dac2478198
commit
6f6a9562ee
1 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,10 @@ const app = new Elysia()
|
|||
},
|
||||
],
|
||||
},
|
||||
processRoutes: (routes) => {
|
||||
console.log("Swagger found routes:", routes);
|
||||
return routes;
|
||||
},
|
||||
})
|
||||
)
|
||||
.get("/test", () => "Hello World", {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue