| 1 | import agents from "./endpoints/agents" |
| 2 | import alerts from "./endpoints/alerts" |
| 3 | import auth from "./endpoints/auth" |
| 4 | import cases from "./endpoints/cases" |
| 5 | import caseTemplates from "./endpoints/caseTemplates" |
| 6 | import portal from "./endpoints/portal" |
| 7 | import siem from "./endpoints/siem" |
| 8 | |
| 9 | export default { |
| 10 | auth, |
| 11 | agents, |
| 12 | alerts, |
| 13 | cases, |
| 14 | caseTemplates, |
| 15 | siem, |
| 16 | portal |
| 17 | } |