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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -535,7 +535,7 @@ Route Priority
535
535
536
536
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.
537
537
538
-
.. note:: If a route path is defined more than once with different handlers, only the first defined route is registered.
538
+
.. warning:: If a route path is defined more than once with different handlers, only the first defined route is registered.
539
539
540
540
You can check registered routes in the routing table by running the :ref:`spark routes <routing-spark-routes>` command.
0 commit comments