mm-ninja-turtles / turtle-express

My attempt of making Express.JS a typesafe router with Zod.
3 stars 0 forks source link

fix(create-handler): 🐞 remove response from resolver func options, router accept json, urlencoded #18

Closed wai-lin closed 2 years ago

wai-lin commented 2 years ago

BREAKING CHANGE: - params, query and body can only be defined inside request option

wai-lin commented 2 years ago

api changes and also fixed #17 .