ring

2017-12-04T01:49:05.000116Z

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?

2017-12-04T01:50:04.000063Z

I searched around and didnt see anything relating to it.

seancorfield 2017-12-04T02:42:01.000109Z

@drewverlee Do you mean like this SO question? https://stackoverflow.com/questions/46299061/response-map-is-nil-compojure

ikitommi 2017-12-04T05:46:38.000117Z

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

2017-12-04T13:43:39.000451Z

@ikitommi Gotcha, thanks for the update.