mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-25 22:36:38 +00:00
use resource guid in url closes #1517
This commit is contained in:
@@ -540,7 +540,7 @@ authenticated.post(
|
||||
);
|
||||
authenticated.post(`/supporter-key/hide`, supporterKey.hideSupporterKey);
|
||||
|
||||
unauthenticated.get("/resource/:resourceId/auth", resource.getResourceAuthInfo);
|
||||
unauthenticated.get("/resource/:resourceGuid/auth", resource.getResourceAuthInfo);
|
||||
|
||||
// authenticated.get(
|
||||
// "/role/:roleId/resources",
|
||||
|
||||
Reference in New Issue
Block a user