Skip to content

Commit fc5dfe1

Browse files
committed
docs: add Route Priority section
1 parent e12332d commit fc5dfe1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

user_guide_src/source/incoming/routing.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,15 @@ be used when the first parameter is a language string:
445445

446446
.. _routing-priority:
447447

448-
Route Processing Queue
449-
----------------------
448+
Route Priority
449+
**************
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+
=======================
450457

451458
When working with modules, it can be a problem if the routes in the application contain wildcards.
452459
Then the module routes will not be processed correctly.

0 commit comments

Comments
 (0)