We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef764db commit 364ec57Copy full SHA for 364ec57
example/gen.ts
@@ -2,7 +2,7 @@ import { Elysia, t } from 'elysia'
2
import { openapi, withHeaders } from '../src/index'
3
import { fromTypes } from '../src/gen'
4
5
-export const app = new Elysia()
+export const app = new Elysia({ prefix: '/id' })
6
.use(
7
openapi({
8
references: fromTypes('example/gen.ts', {
0 commit comments