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}}