Open PieterJanVdb opened 6 years ago
request.params.id would be undefined in the MemoryHandler during handler.create() as it's a POST. This uses the id that will always be on newResource.
request.params.id
handler.create()
newResource
request.params.id
would be undefined in the MemoryHandler duringhandler.create()
as it's a POST. This uses the id that will always be onnewResource
.