Fork me on GitHub
#reitit
<
2021-09-20
>
cvetan07:09:14

the new method I defined appears in swagger however when I try to trigger it, the exception is thrown

ikitommi08:09:35

@cvetan.simsic in your example, the :handler should take 1 argument, the request map

cvetan08:09:13

thanks, I was able to make it run by passing _ as fn argument

cvetan08:09:23

however I do not understand where is that defined

dharrigan08:09:34

It's part of the ring specification of what a request handler should look like

cvetan09:09:51

thanks I'll check that out