json-server
json-server copied to clipboard
fix: throw error if inner resource not singular
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 ...