feat(portal): add executive action center

This commit is contained in:
igor04091968
2026-06-07 16:39:49 +03:00
parent 307170b128
commit 2b41fb14c7
11 changed files with 1069 additions and 3 deletions
@@ -126,6 +126,7 @@ pub(crate) fn is_limited_api_route(path: &str) -> bool {
| "/api/pfsense"
| "/api/workforce/kpi/explain"
| "/api/risk/narrative"
| "/api/actions"
)
}