Merge branch 'feature/auth'

This commit is contained in:
ian
2025-12-04 15:20:14 +07:00
+1 -7
View File
@@ -46,13 +46,7 @@ export const router = new Elysia({
return body return body
}, { }, {
verifyKey: true, verifyKey: true,
body: t.Object({ body: t.Unknown(),
foo: t.String(),
bar: t.Object({
lorem: t.Integer(),
ipsum: t.Boolean(),
}),
}),
response: { response: {
200: t.Any(), 200: t.Any(),
401: t.Object({ 401: t.Object({