In application.groovy I added an additional line to disable validation
swagger { // https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md validatorUrl = null }
Nevertheless the error badge due to failing validation (firewall) remains. Did I set the option in the wrong place?
In application.groovy I added an additional line to disable validation
swagger { // https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md validatorUrl = null }Nevertheless the error badge due to failing validation (firewall) remains. Did I set the option in the wrong place?