ring-swagger 2019-04-19

(defmethod spec-tools.visitor/visit-spec 'clojure.core/into [spec accept options]
  (accept :spec-tools.visitor/set spec (vec (eval (spec-tools.impl/extract-form spec))) options))
i ended up writing code like this as a workaround. not sure this is the right approach for the problem though.

Hello all, I’m trying to understand how to change the theme (css and maybe html) of the swagger ui generated by default using compojure-api (ā€œ2.0.0-alpha30ā€) by for example using one available @ https://github.com/ostranme/swagger-ui-themes. Any ideas ?