In the given example I could notice that requests triggering validation errors were given an edn error map even though the content-type and accept headers are set to application/json.
How would you make it so these responses are serialized according to the requested content-type?
In the given example I could notice that requests triggering validation errors were given an edn error map even though the content-type and accept headers are set to application/json.
How would you make it so these responses are serialized according to the requested content-type?