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.
1 parent 0ef7dd9 commit de69571Copy full SHA for de69571
page_creation.rst
@@ -166,9 +166,9 @@ To get a list of *all* of the routes in your system, use the ``debug:router`` co
166
You should see your ``app_lucky_number`` route in the list:
167
168
================== ======== ======== ====== ===============
169
- Name Method Scheme Host Path
+Name Method Scheme Host Path
170
171
- app_lucky_number ANY ANY ANY /lucky/number
+app_lucky_number ANY ANY ANY /lucky/number
172
173
174
You will also see debugging routes besides ``app_lucky_number`` -- more on
0 commit comments