You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/incoming/routing.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -448,11 +448,11 @@ be used when the first parameter is a language string:
448
448
Route Priority
449
449
**************
450
450
451
-
Routes are registered in the routing table in the order in which they are defined, and the first matching route is executed.
451
+
Routes are registered in the routing table in the order in which they are defined. This means that when a URI is accessed, the first matching route will be executed.
452
452
453
-
.. note:: If exactly the same route (the URI path) is defined more than once, only the route defined first is registered.
453
+
.. note:: If a route (the URI path) is defined more than once with different handlers, only the first defined route is registered.
454
454
455
-
You can check the routing table by the :ref:`spark routes <spark-routes>` command.
455
+
You can check registered routes in the routing table by running the :ref:`spark routes <spark-routes>` command.
0 commit comments