Fork me on GitHub
#ring-swagger
<
2019-04-19
>
weihua07:04:00

(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.

Michel A.09:04:32

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 ?