Skip to content

Commit ba8a43d

Browse files
authored
Update Router doc to reflect default field change (#70)
1 parent 2d9f6f0 commit ba8a43d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/operators/router.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,5 @@ An entry that does not match any of the routes is dropped and not processed furt
5454
routes:
5555
- output: my_json_parser
5656
expr: '$.format == "json"'
57-
- output: catchall
58-
expr: 'true'
57+
default: catchall
5958
```

0 commit comments

Comments
 (0)