imballinst / oas-typescript

All about OpenAPI stuff. Generators, enhanced Swagger UI, Zod validation, and more!
https://imballinst.github.io/oas-typescript/
MIT License
1 stars 0 forks source link

Ensure that the routers can receive form data #87

Open imballinst opened 11 months ago

imballinst commented 10 months ago

Current limitations:

imballinst commented 9 months ago

Actually let's just use koa-body instead of body-parser and multer. Seems more simple.