Fork me on GitHub
#ring-swagger
<
2017-03-15
>
ikitommi05:03:35

@kenbier you can wrap your top-level c-api handler into a normal 1-ariry function to make it work. (def app (partial my-c-api-app)) should do it.

ikitommi05:03:22

we could make the c.a.r.Routes satisfy the i.u.s.HttpHandler if that is in the classpath to make that problem go away. Could you write an issue of that?

Ruben W10:03:25

@kenbier I switched to http-kit, not sure if its fixed these days..