mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-05 15:32:19 +00:00
add add/remove user/roles to siteResources/resources to integration api
This commit is contained in:
parent
bdb564823d
commit
76d54b2d0f
20 changed files with 1370 additions and 65 deletions
|
|
@ -95,7 +95,6 @@ export async function verifySiteResourceAccess(
|
|||
req.userOrgId = siteResource.orgId;
|
||||
|
||||
// Attach the siteResource to the request for use in the next middleware/route
|
||||
// @ts-ignore - Extending Request type
|
||||
req.siteResource = siteResource;
|
||||
|
||||
const roleResourceAccess = await db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue