Skip to content

Commit

Permalink
chore: use in/out port in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
siyul-park committed Nov 23, 2023
1 parent cca6d0e commit bf2f3b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/echo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: http
address: :8000
links:
io:
out:
- name: router
port: in

Expand All @@ -15,4 +15,4 @@
links:
out[0]:
- name: http
port: io
port: in

0 comments on commit bf2f3b2

Please sign in to comment.