mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-01 08:34:53 +02:00
Removed leftover section from earlier testing
This commit is contained in:
parent
d7f50bac6a
commit
c7f3c9da92
1 changed files with 0 additions and 7 deletions
|
@ -157,13 +157,6 @@ authenticated.delete(
|
|||
user.removeInvitation
|
||||
);
|
||||
|
||||
authenticated.get(
|
||||
"/org/:orgId/users",
|
||||
verifyOrgAccess,
|
||||
verifyUserHasAction(ActionsEnum.listUsers),
|
||||
user.listUsers
|
||||
);
|
||||
|
||||
authenticated.post(
|
||||
"/org/:orgId/create-invite",
|
||||
verifyOrgAccess,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue