From 872e17e1c7e91d876fe77ab55b19a9a4d936ab19 Mon Sep 17 00:00:00 2001 From: EwenQuim Date: Wed, 7 Feb 2024 13:56:38 +0100 Subject: [PATCH] docs: More precise flowchart node --- documentation/src/components/FlowChart.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/src/components/FlowChart.js b/documentation/src/components/FlowChart.js index d205b376..5687d47d 100644 --- a/documentation/src/components/FlowChart.js +++ b/documentation/src/components/FlowChart.js @@ -15,8 +15,7 @@ subgraph fuego subgraph output direction TB - b(Controller) -- struct{B:'Response'} --> OutTransformation - OutTransformation -- JSON {'b':'Response!'} --> Serialization + OutTransformation -- struct{'b':'My Response!'} --> resp(Response) end Controller{{Controller}}