@hono/zod-openapi Middleware Issue
Hi there,
I need some help in implementing middleware while using hono and @hono/zod-openapi.
What I want to implement is running middleware after zod validation of query params but before the actual route handler.
My code is as follows:
This is the route code
This is route initialization code
I need some help in implementing middleware while using hono and @hono/zod-openapi.
What I want to implement is running middleware after zod validation of query params but before the actual route handler.
My code is as follows:
This is the route code
This is route initialization code