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?
source share