json-server icon indicating copy to clipboard operation
json-server copied to clipboard

fix: throw error if inner resource not singular

Open MOTORIST opened this issue 4 years ago • 0 comments

Route: http://localhost:3000/comments?_expand=posts

Before:

TypeError: Cannot read property 'toString' of undefined at ...

After:

Error: posts - inner resource must be singular (_expand=post) at ...

MOTORIST avatar Dec 20 '20 20:12 MOTORIST