mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 18:14:53 +02:00
fix get user rauth
This commit is contained in:
parent
0e751c6609
commit
7bfa17a293
2 changed files with 4 additions and 1 deletions
|
@ -185,7 +185,8 @@ authenticated.get(
|
|||
role.listRoleActions,
|
||||
);
|
||||
|
||||
authenticated.get("/user", verifySessionMiddleware, user.getUser);
|
||||
unauthenticated.get("/user", verifySessionMiddleware, user.getUser);
|
||||
|
||||
authenticated.get("/org/:orgId/users", verifyOrgAccess, user.listUsers);
|
||||
authenticated.delete(
|
||||
"/org/:orgId/user/:userId",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue