🚧 process test alert

This commit is contained in:
Fred KISSIE
2026-08-07 20:52:25 +02:00
parent 6689a8d93e
commit 3f305e4d5c
5 changed files with 89 additions and 11 deletions
+3 -3
View File
@@ -808,12 +808,12 @@ authenticated.get(
alertRule.listAlertRules
);
authenticated.get(
"/org/:orgId/test-site-alert-rule/:alertRuleId",
authenticated.post(
"/org/:orgId/alert-rule/test",
verifyValidLicense,
verifyOrgAccess,
verifyUserHasAction(ActionsEnum.testAlertRule),
alertRule.testSiteAlertRule
alertRule.testAlertRule
);
authenticated.get(