0.17.0
- revert default spec location to
/api/docs
to be more backwards compatible. Swagger2-clients should useswagger.json
. ring.swagger.middleware/comp-mw
to make middleware parametrization easier:
(def wrap-swagger2-ui
(comp-mw wrap-swagger-ui :swagger-docs "swagger.json"))