I'm having a look at loopback-example-app and playing around location.js, trying to block one method from being accessed via REST API:
- Setting RentalLocation.find.shared = false;
- Try to access that method in explorer and expect it to be hidden or not accessible, but it still returns result.
Thought that was the correct way to hide a method from showing up in REST end point?
I'm having a look at loopback-example-app and playing around location.js, trying to block one method from being accessed via REST API:
Thought that was the correct way to hide a method from showing up in REST end point?