Fork me on GitHub
#ring-swagger
<
2017-06-18
>
hackeryarn22:06:32

Hi, I have multiple api definitions with compojure-api and the body seems to be disappearing after it passes through the first definition. What would be the best way of getting the body to all these routes?

hackeryarn22:06:34

The main reason I have them split up is so I could easily apply middle middleware, such as auth, to a group of routes.