Skip to content

Commit

Permalink
Update Router doc to reflect default field change (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrod1598 committed Mar 24, 2021
1 parent 2d9f6f0 commit ba8a43d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/operators/router.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,5 @@ An entry that does not match any of the routes is dropped and not processed furt
routes:
- output: my_json_parser
expr: '$.format == "json"'
- output: catchall
expr: 'true'
default: catchall
```

0 comments on commit ba8a43d

Please sign in to comment.