mirror of
https://github.com/fosrl/pangolin.git
synced 2025-11-26 19:26:28 +00:00
Compare commits
2 Commits
copilot/fi
...
copilot/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b61cdb63d3 | ||
|
|
6ca93fbd4e |
@@ -542,9 +542,14 @@ authenticated.get(`/org/:orgId/overview`, verifyOrgAccess, org.getOrgOverview);
|
||||
|
||||
authenticated.post(
|
||||
`/supporter-key/validate`,
|
||||
verifyUserIsServerAdmin,
|
||||
supporterKey.validateSupporterKey
|
||||
);
|
||||
authenticated.post(`/supporter-key/hide`, supporterKey.hideSupporterKey);
|
||||
authenticated.post(
|
||||
`/supporter-key/hide`,
|
||||
verifyUserIsServerAdmin,
|
||||
supporterKey.hideSupporterKey
|
||||
);
|
||||
|
||||
unauthenticated.get(
|
||||
"/resource/:resourceGuid/auth",
|
||||
|
||||
Reference in New Issue
Block a user