Closed casperin closed 6 years ago
It should return 200 and we should probably add an error field to the json returned from the query end point:
error
{ data: { schema: [...], values: [...], error: null | String } }
Fixed in the branch hyperapp-poc
hyperapp-poc
It should return 200 and we should probably add an
error
field to the json returned from the query end point: