remove status check and add column filtering on all of the tables

This commit is contained in:
Pallavi
2025-09-03 00:15:02 +05:30
committed by Pallavi Kumari
parent 1b3eb32bf4
commit f21188000e
8 changed files with 119 additions and 544 deletions

View File

@@ -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,