Skip to content

Commit

Permalink
Update asyncapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Nov 16, 2023
1 parent dc21771 commit 168acc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/crypto-websockets/client/asyncapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ servers:
- $ref: '#/components/securitySchemes/apiKey'
- $ref: '#/components/securitySchemes/cert'
channels:
/price:
address: /price
price:
address: '/price'
messages:
index.message:
$ref: '#/components/messages/indexGraph'
Expand All @@ -27,7 +27,7 @@ operations:
index:
action: receive
channel:
$ref: '#/channels/~1price'
$ref: '#/channels/price'
messages:
- $ref: '#/components/messages/indexGraph'
components:
Expand Down

0 comments on commit 168acc1

Please sign in to comment.