mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-03 01:06:39 +00:00
remove status check and add column filtering on all of the tables
This commit is contained in:
@@ -306,20 +306,6 @@ authenticated.get(
|
||||
resource.listResources
|
||||
);
|
||||
|
||||
authenticated.post(
|
||||
"/org/:orgId/resources/tcp-check",
|
||||
verifyOrgAccess,
|
||||
verifyUserHasAction(ActionsEnum.tcpCheck),
|
||||
resource.tcpCheck
|
||||
);
|
||||
|
||||
authenticated.post(
|
||||
"/org/:orgId/resources/tcp-check-batch",
|
||||
verifyOrgAccess,
|
||||
verifyUserHasAction(ActionsEnum.batchTcpCheck),
|
||||
resource.batchTcpCheck
|
||||
);
|
||||
|
||||
authenticated.get(
|
||||
"/org/:orgId/user-resources",
|
||||
verifyOrgAccess,
|
||||
|
||||
Reference in New Issue
Block a user