mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 10:05:53 +02:00
set users on resource working
This commit is contained in:
parent
9f87b8d271
commit
b1e53ed8d7
16 changed files with 414 additions and 118 deletions
|
@ -17,7 +17,7 @@ const setResourceRolesParamsSchema = z.object({
|
|||
resourceId: z.string().transform(Number).pipe(z.number().int().positive()),
|
||||
});
|
||||
|
||||
export async function addRoleResource(
|
||||
export async function setResourceRoles(
|
||||
req: Request,
|
||||
res: Response,
|
||||
next: NextFunction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue