Update test-key request body schema

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