routing-controllers-openapi
routing-controllers-openapi copied to clipboard
Can we hide a controller from generating?
I put the docs as a controller, and can I hide it from generating?
For now I have to use:
@OpenAPI({ summary: "Please ignore this", deprecated: true })
😂