When i start my compure-api app i get the following warning about the /config.json response map being nil I dont think its an issue, but why is it warning me about that?
I searched around and didnt see anything relating to it.
@drewverlee Do you mean like this SO question? https://stackoverflow.com/questions/46299061/response-map-is-nil-compojure
@drewverlee the alpha-15 used wrong version of the bundled swagger-ui, pushed a fix to alpha-16. So: c-api wires the swagger-ui and the server together so that one can configure how the swagger-ui works just by configuring the server app. Just that swagger-ui 3.0.0* is a total rewrite and https://github.com/metosin/ring-swagger/pull/123 needs to be fixed first.
@ikitommi Gotcha, thanks for the update.