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 1f6f9f3 commit 54f6126Copy full SHA for 54f6126
user_guide_src/source/incoming/routing.rst
@@ -450,6 +450,8 @@ Route Priority
450
451
Routes are registered in the routing table in the order in which they are defined, and the first matching route is executed.
452
453
+.. note:: If exactly the same route (the URI path) is defined more than once, only the route defined first is registered.
454
+
455
You can check the routing table by the :ref:`spark routes <spark-routes>` command.
456
457
Changing Route Priority
0 commit comments