Skip to content

Commit

Permalink
chore: remove unused route
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Feb 8, 2024
1 parent 34ef7d0 commit dd50aed
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions elgg-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,6 @@
GroupPageOwnerGatekeeper::class,
],
],
'collection:group:group:membership_requests' => [
'path' => '/groups/membership_requests/{username}',
'resource' => 'groups/membership_requests',
'middleware' => [
Gatekeeper::class,
],
],
'collection:annotation:email_invitation:group' => [
'path' => '/groups/invites/{guid}/email_invitations',
'resource' => 'groups/email_invitations',
Expand Down

0 comments on commit dd50aed

Please sign in to comment.