Skip to content

Commit b176710

Browse files
author
Jicheng Lu
committed
add url to skip loader
1 parent 6a13012 commit b176710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/helpers/http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ function skipLoader(config) {
234234
new RegExp('http(s*)://(.*?)/agent/tasks', 'g'),
235235
new RegExp('http(s*)://(.*?)/agent/(.*?)/code-scripts', 'g'),
236236
new RegExp('http(s*)://(.*?)/rule/triggers', 'g'),
237-
new RegExp('http(s*)://(.*?)/rule/criteria-providers', 'g'),
237+
new RegExp('http(s*)://(.*?)/rule/config/options', 'g'),
238238
new RegExp('http(s*)://(.*?)/conversation/state/keys', 'g'),
239239
new RegExp('http(s*)://(.*?)/conversation/(.*?)/files/(.*?)', 'g'),
240240
new RegExp('http(s*)://(.*?)/llm-configs', 'g'),

0 commit comments

Comments
 (0)