ring-swagger 2018-10-27

I whittled my swagger def down to

(defapi service-routes
  {:swagger
   {:ui "/swagger-ui"
    :spec "/swagger.json"}}
  (context "/api" []

   (GET "/get_types" []
...

@llsouder that works ok?

yes. What is missing?

sorry, don't understand. It should work and if that works for you, all is good?

yes it is working. thanks!

👍 1

after hours of fiddling and searching I found an example that worked with the swagger-ui