Set prefix to fix API docs issues

This commit is contained in:
2026-01-20 21:24:54 -07:00
parent 28232e3711
commit d842e25b4e

View File

@@ -39,7 +39,7 @@ const boolNotStr = (name: string) => {
)
}
const app = new Elysia()
const app = new Elysia({ prefix: '/api' })
.use(
cors({
origin: '*',