Skip to content

Commit c4f5dbf

Browse files
author
Jicheng Lu
committed
skip spinner
1 parent 25671e3 commit c4f5dbf

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/lib/helpers/http.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@ function skipLoader(config) {
233233
new RegExp('http(s*)://(.*?)/agent/labels', 'g'),
234234
new RegExp('http(s*)://(.*?)/agent/tasks', 'g'),
235235
new RegExp('http(s*)://(.*?)/agent/(.*?)/code-scripts', 'g'),
236+
new RegExp('http(s*)://(.*?)/rule/triggers', 'g'),
237+
new RegExp('http(s*)://(.*?)/rule/criteria-providers', 'g'),
238+
new RegExp('http(s*)://(.*?)/rule/actions', 'g'),
236239
new RegExp('http(s*)://(.*?)/conversation/state/keys', 'g'),
237240
new RegExp('http(s*)://(.*?)/conversation/(.*?)/files/(.*?)', 'g'),
238241
new RegExp('http(s*)://(.*?)/llm-configs', 'g'),

src/lib/services/api-endpoints.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ export const endpoints = {
4040
agentCreateUrl: `${host}/agent`,
4141
agentUtilityOptionsUrl: `${host}/agent/utility/options`,
4242
agentRuleOptionsUrl: `${host}/rule/triggers`,
43-
agentRuleActionsUrl: `${host}/rule/actions`,
4443
agentRuleCriteriaProvidersUrl: `${host}/rule/criteria-providers`,
44+
agentRuleActionsUrl: `${host}/rule/actions`,
4545
agentLabelsUrl: `${host}/agent/labels`,
4646

4747
// agent code script:

0 commit comments

Comments
 (0)