Skip to content

Commit

Permalink
Updates API route
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Dec 11, 2024
1 parent 334b50d commit 0f60c91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public ListAccessibleResourcesRestAction() {}

@Override
public List<Route> routes() {
return singletonList(new Route(GET, "/_plugins/sample_resource_sharing/resource"));
return singletonList(new Route(GET, "/_plugins/sample_resource_sharing/list"));
}

@Override
Expand Down

0 comments on commit 0f60c91

Please sign in to comment.