Closed tmackenzie closed 5 years ago
Given a POST request And it has a request body When a not found dispatch error occurs And executes a not found route runner Then a server occur occurs
POST
This is because it's attempting to serialize the request body to the generic specific in the not found rest resource.
Given a
POST
request And it has a request body When a not found dispatch error occurs And executes a not found route runner Then a server occur occursThis is because it's attempting to serialize the request body to the generic specific in the not found rest resource.