We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b048546 + c8a7abb commit 1ecae05Copy full SHA for 1ecae05
Resources/doc/reference/configuration/match.rst
@@ -103,15 +103,15 @@ Route name regular expression. To match a single route:
103
104
match:
105
attributes:
106
- route: ^articles_index$
+ _route: ^articles_index$
107
108
To match multiple routes:
109
110
.. code-block:: yaml
111
112
113
114
- route: ^articles.*|news$
+ _route: ^articles.*|news$
115
116
Note that even for the request attributes, your criteria are interpreted as
117
regular expressions.
0 commit comments