diff --git a/src/modules/auth/router.ts b/src/modules/auth/router.ts index 743831b..507f102 100644 --- a/src/modules/auth/router.ts +++ b/src/modules/auth/router.ts @@ -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({