add int api routes for add/remote email to resource email whitelist

This commit is contained in:
miloschwartz
2025-10-19 12:04:20 -07:00
parent b8bead0590
commit 7536c03f63
4 changed files with 313 additions and 0 deletions

View File

@@ -23,3 +23,5 @@ export * from "./listResourceRules";
export * from "./updateResourceRule";
export * from "./getUserResources";
export * from "./setResourceHeaderAuth";
export * from "./addEmailToResourceWhitelist";
export * from "./removeEmailFromResourceWhitelist";