Fork me on GitHub
#reitit
<
2023-10-23
>
martinklepsch16:10:46

I was just experimenting with the interceptor API reitit also provides and ran into a situation where I was getting 500 errors. Eventually I figured out none of my routes were hit and that the issue was that I used reitit.ring/ring-handler instead of reitit.http/ring-handler ... oops:man-facepalming:

👍 1