Fork me on GitHub
#ring
<
2017-12-04
>
Drew Verlee01:12:05

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?

Drew Verlee01:12:04

I searched around and didnt see anything relating to it.

ikitommi05:12:38

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

Drew Verlee13:12:39

@ikitommi Gotcha, thanks for the update.