duct

KC 2020-10-30T21:40:16.039800Z

I'm trying to make a simple POST route with Ataraxy. My route in the config looks like:

[:post "/example" {body :body}] [:ductserv.handler.example/create body]
When i inspect the contents of this body parameter in the handler, it's nil. I assume my syntax is wrong? How do i fetch the body of the request?