更新flowExecutor.js节点执行方式
This commit is contained in:
parent
f3175d822e
commit
41650bc912
@ -267,7 +267,7 @@ export class FlowExecutor {
|
||||
edges: this.edges
|
||||
};
|
||||
|
||||
const response = await fetch(`/jingrow/nodes/${node.type}/execute`, {
|
||||
const response = await fetch(`/api/action/jingrow.ai.nodes.${node.type}.${node.type}.execute`, {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user