Fork me on GitHub
#reitit
<
2021-12-09
>
Kira McLean22:12:36

does anyone have any examples somewhere of using a custom response type with reitit and muuntaja content negotiation? I’m pretty sure my muuntaja instance is working (when I test it in isolation with just encode/`decode`), and I’m pretty sure reitit is in fact using my custom muuntaja instance, but my app still seems to not be handling the responses with the custom format properly.. feels like I must be missing something obvious..