Skip to content

Commit

Permalink
docs: More precise flowchart node
Browse files Browse the repository at this point in the history
  • Loading branch information
EwenQuim committed Feb 7, 2024
1 parent 341d59e commit 872e17e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions documentation/src/components/FlowChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 872e17e

Please sign in to comment.