From 41650bc912fce616c9ae73416cc29cea60ed394d Mon Sep 17 00:00:00 2001 From: jingrow Date: Mon, 16 Mar 2026 04:54:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0flowExecutor.js=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E6=89=A7=E8=A1=8C=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frontend/src/core/features/flows/executors/flowExecutor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/jingrow/frontend/src/core/features/flows/executors/flowExecutor.js b/apps/jingrow/frontend/src/core/features/flows/executors/flowExecutor.js index d1e5ab2..98ce211 100644 --- a/apps/jingrow/frontend/src/core/features/flows/executors/flowExecutor.js +++ b/apps/jingrow/frontend/src/core/features/flows/executors/flowExecutor.js @@ -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',