Fork me on GitHub
#duct
<
2020-10-30
>
KC21:10:16

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?