You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2020. It is now read-only.
Hi,
given the following dto
this code work as expected, receiving
application/jsonbody and responding withapplication/jsonthe same request return an empty json (
{}) with this implementationWhat's wrong with this endpoint? Isn't deserialization to
JTokenworking?