apigee-127/swagger-tools

[feature Request] pass options for multer into swagger-metadata middleware

toams69 opened this issue · 0 comments

It could be nice to allow to pass option to multer.

Indeed on our project we need to add before the swagger middleware the multer middleware to limit the size of file uploaded to the express server.

Only for that we have added a dependency to multer on our project (package.json).