diff --git a/src/lib/services/api-endpoints.js b/src/lib/services/api-endpoints.js index 4974cc14..af872143 100644 --- a/src/lib/services/api-endpoints.js +++ b/src/lib/services/api-endpoints.js @@ -34,7 +34,7 @@ export const endpoints = { agentRefreshUrl: `${host}/refresh-agents`, agentCreateUrl: `${host}/agent`, agentUtilityOptionsUrl: `${host}/agent/utility/options`, - agentRuleOptionsUrl: `${host}/agent/rule/options`, + agentRuleOptionsUrl: `${host}/rule/triggers`, // agent task agentTaskListUrl: `${host}/agent/tasks`,