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 e12332d commit fc5dfe1Copy full SHA for fc5dfe1
user_guide_src/source/incoming/routing.rst
@@ -445,8 +445,15 @@ be used when the first parameter is a language string:
445
446
.. _routing-priority:
447
448
-Route Processing Queue
449
-----------------------
+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
+You can check the routing table by the :ref:`spark routes <spark-routes>` command.
454
455
+Changing Route Priority
456
+=======================
457
458
When working with modules, it can be a problem if the routes in the application contain wildcards.
459
Then the module routes will not be processed correctly.
0 commit comments