mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/reference/api/pubsub_api.md
Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
d7d470f4ac
commit
69e6c10aa8
|
@ -177,7 +177,7 @@ Example:
|
||||||
{
|
{
|
||||||
"pubsubname": "pubsub",
|
"pubsubname": "pubsub",
|
||||||
"topic": "newOrder",
|
"topic": "newOrder",
|
||||||
"route": {
|
"routes": {
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"match": "event.type == order",
|
"match": "event.type == order",
|
||||||
|
|
Loading…
Reference in New Issue