Swagger Node: Use your own configuration and folder structure.

I am reviewing Swagger for Node.js. I like the idea of ​​this, but I'm not a fan of some automatically generated files and structures. I thought it could be changed, but it’s hard for me to find out how to do it. For example, swagger puts all controller files in api / controller. Can I change this, for example, to routes? Is there a way to easily configure which files / directories to include or exclude?

+4
source share

All Articles