Skip to content

Commit 086b904

Browse files
author
Haiping Chen
committed
Changed rule/triggers endpoint
1 parent 5813426 commit 086b904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/services/api-endpoints.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const endpoints = {
3434
agentRefreshUrl: `${host}/refresh-agents`,
3535
agentCreateUrl: `${host}/agent`,
3636
agentUtilityOptionsUrl: `${host}/agent/utility/options`,
37-
agentRuleOptionsUrl: `${host}/agent/rule/options`,
37+
agentRuleOptionsUrl: `${host}/rule/triggers`,
3838

3939
// agent task
4040
agentTaskListUrl: `${host}/agent/tasks`,

0 commit comments

Comments
 (0)