Merge branch 'main' of gitlab.com:skyrainstudioindonesia-group/vega-cloud
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user