If a service, like identity indexing, is disabled, the endpoints for that controller should not be shown in Swagger.
This can be done by explicitly including modules (https://docs.nestjs.com/openapi/introduction#document-options). But maybe there's a better option.
If a service, like identity indexing, is disabled, the endpoints for that controller should not be shown in Swagger.
This can be done by explicitly including modules (https://docs.nestjs.com/openapi/introduction#document-options). But maybe there's a better option.