Skip to content

Commit 71d4d50

Browse files
authored
Merge pull request #295 from hchen2020/main
Changed rule/triggers endpoint
2 parents 5813426 + 086b904 commit 71d4d50

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)