Closed dankle closed 7 years ago
@dankle Can you update the README
also for this.
@subeeshcbabu Sure, updated now.
@subeeshcbabu do you have a current plan for next release? Or maybe an estimate when it can be available?
@dankle - I am planning to release the changes by End of this week.
published version 1.0.10
- https://github.com/krakenjs/swaggerize-routes/blob/master/CHANGELOG.md#1010
@subeeshcbabu - Thanks!
In our project we don't use the file mappings for the handlers but we use this module for generating the base of the route and then in a later stage add a default handler for all the routes. This is because we have our handlers refers to a js file that handles the logic for the different routes.
This PR integrates this functionality directly in swaggerize-routes which is very useful if you just want one handler for all routes.
Example: