federecio / dropwizard-swagger

a Dropwizard bundle that serves Swagger UI static content and loads Swagger endpoints.
Other
130 stars 184 forks source link

Multiple swagger related endpoints published #105

Open Enifs opened 5 years ago

Enifs commented 5 years ago

GET /swagger (io.federecio.dropwizard.swagger.SwaggerResource) GET /swagger.{type:json|yaml} (io.swagger.jaxrs.listing.ApiListingResource)

I don't know if this is expected behavior or a bug, but in my use case I don't need the second endpoint at all. Is there a way how to get rid of it?

Thanks in advance!