add logs routes to integration api routes closes #1963

This commit is contained in:
miloschwartz
2025-12-03 17:45:19 -05:00
parent e49d796b06
commit a61c82570a
5 changed files with 70 additions and 4 deletions

View File

@@ -16,4 +16,5 @@ export * from "./verifyRemoteExitNodeAccess";
export * from "./verifyIdpAccess";
export * from "./verifyLoginPageAccess";
export * from "./logActionAudit";
export * from "./verifySubscription";
export * from "./verifySubscription";
export * from "./verifyValidLicense";