Set prefix to fix API docs issues
This commit is contained in:
@@ -39,7 +39,7 @@ const boolNotStr = (name: string) => {
|
||||
)
|
||||
}
|
||||
|
||||
const app = new Elysia()
|
||||
const app = new Elysia({ prefix: '/api' })
|
||||
.use(
|
||||
cors({
|
||||
origin: '*',
|
||||
|
||||
Reference in New Issue
Block a user