mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-29 06:08:15 +02:00
Add member portal functionality - extracted from feature/member-landing-page
This commit is contained in:
parent
5c929badeb
commit
bcc2c59f08
6 changed files with 938 additions and 26 deletions
|
@ -233,6 +233,12 @@ authenticated.get(
|
|||
resource.listResources
|
||||
);
|
||||
|
||||
authenticated.get(
|
||||
"/org/:orgId/user-resources",
|
||||
verifyOrgAccess,
|
||||
resource.getUserResources
|
||||
);
|
||||
|
||||
authenticated.get(
|
||||
"/org/:orgId/domains",
|
||||
verifyOrgAccess,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue