Merge branch 'main' of gitlab.com:skyrainstudioindonesia-group/vega-cloud

This commit is contained in:
2025-12-08 12:07:42 +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({