dropwizard-swagger
dropwizard-swagger copied to clipboard
SwaggerBundleConfiguration schemes default
Its better to leave the default schemes empty, would have been fine if the default had always been http.
file: SwaggerBundleConfiguration.java
line 30: private String[] schemes = new String[] { "http" };