graflow: fixing path

This commit is contained in:
STEINNI
2026-03-10 21:16:45 +00:00
parent dadb236bc3
commit bfb96b7dde
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
}, },
{ "nodeType": "inc", { "nodeType": "inc",
"subflow": { "subflow": {
"url": "/buildoz/graflow_examples/flows/testFlowEic.json", "url": "./flows/testFlowEic.json",
"portLinks": [ "portLinks": [
{ "refNodeType": "refnodein", "refnodePort": "out1", { "refNodeType": "refnodein", "refnodePort": "out1",
"parentPort": "in1", "parentPort": "in1",

View File

@@ -29,7 +29,7 @@
}, },
"data": { "a": "a3", "b":"b3"}, "data": { "a": "a3", "b":"b3"},
"subflow": { "subflow": {
"url": "/buildoz/graflow_examples/flows/testFlowICMP.json", "url": "./flows/testFlowICMP.json",
"portLinks": [ "portLinks": [
{ "refNodeType": "refnodein", "refnodePort": "out1", { "refNodeType": "refnodein", "refnodePort": "out1",
"parentPort": "in1", "parentPort": "in1",