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
|
||||
}, {
|
||||
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({
|
||||
|
||||
Reference in New Issue
Block a user