We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Compojure-api 1.1.11 has the following breaking changes:
swagger-ui
swagger-docs
swagger-ui and swagger-docs now take an options map with a path key instead of an optional path and vararg options.
path
;; Compojure-api 1.1 (swagger-ui "/swagger") ;; Compojure-api 2.0 (swagger-ui {:path "/swagger"})
swagger-routes and :swagger api options work as before.
swagger-routes
:swagger