更新flowExecutor.js节点执行方式

This commit is contained in:
jingrow 2026-03-16 04:54:26 +08:00
parent f3175d822e
commit 41650bc912

View File

@ -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',