mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 22:49:27 +02:00
basic invite user functional
This commit is contained in:
parent
d739bce3dc
commit
b47e11800d
15 changed files with 684 additions and 137 deletions
|
@ -72,8 +72,8 @@ authenticated.post(
|
|||
"/org/:orgId/create-invite",
|
||||
verifyOrgAccess,
|
||||
user.inviteUser
|
||||
);
|
||||
authenticated.post("/org/:orgId/accept-invite", user.acceptInvite);
|
||||
); // maybe make this /invite/create instead
|
||||
authenticated.post("/invite/accept", user.acceptInvite);
|
||||
|
||||
authenticated.get(
|
||||
"/resource/:resourceId/roles",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue