ggggggg
POST @hono/zod-validator seems to fail
I have a fairly minimal use-case, in which I'd like to validate that the json posted to an endpoint is correct ala zod. However, it bombs immediately with the following.
POST some json:
To the handler:
These seems consistent with the documentation at https://github.com/honojs/middleware/tree/main/packages/zod-validator
3 replies