Skip to content

"shared" property on User model not working #410

Description

@coodoo

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:

  1. Setting RentalLocation.find.shared = false;
  2. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions