You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the this.modelApi.exists() method, I got a 404 error, so I checked the actual URL called and the code and found out the BaseLoopBackApi had an error in the exists method:
In routeParams, exists should be :id/exists
I'll make a PR for this.
The text was updated successfully, but these errors were encountered:
What type of issue are you creating?
What version of this module are you using?
Please add a description for your issue:
When using the
this.modelApi.exists()
method, I got a 404 error, so I checked the actual URL called and the code and found out the BaseLoopBackApi had an error in theexists
method:In routeParams,
exists
should be:id/exists
I'll make a PR for this.
The text was updated successfully, but these errors were encountered: