ring-swagger

ring-swagger & compojure-api
2019-04-19T07:22:00.010300Z

(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. 2019-04-19T09:49:32.012300Z

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 ?