更新flowExecutor.js节点执行方式
This commit is contained in:
parent
f3175d822e
commit
41650bc912
@ -267,7 +267,7 @@ export class FlowExecutor {
|
|||||||
edges: this.edges
|
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',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user