dropwizard-swagger icon indicating copy to clipboard operation
dropwizard-swagger copied to clipboard

SwaggerBundleConfiguration schemes default

Open tresor616 opened this issue 8 years ago • 0 comments

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" };

tresor616 avatar May 19 '16 16:05 tresor616