Skip to content

Commit

Permalink
Update asyncapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Dec 12, 2023
1 parent 4367a1f commit cfa7f69
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions assets/create-glee-app/templates/default/asyncapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ operations:
channel:
$ref: '#/channels/hello'
messages:
- $ref: '#/channels/hello/messages/onHelloMessage'
onHelloReply:
action: send
channel:
$ref: '#/channels/hello'
messages:
- $ref: '#/channels/hello/messages/subscribeMessage'
- $ref: '#/components/messages/hello'
reply:
channel:
$ref: '#/channels/hello'
messages:
- $ref: '#/components/messages/hello'
components:
messages:
hello:
Expand Down

0 comments on commit cfa7f69

Please sign in to comment.