Skip to content

Commit 61d87fa

Browse files
committed
docs: add note in section "Auto Routing (Improved)"
1 parent 30ffa63 commit 61d87fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

user_guide_src/source/incoming/routing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,8 @@ The *Method* will be like ``GET(auto)``.
875875

876876
``/..`` in the *Route* column indicates one segment. ``[/..]`` indicates it is optional.
877877

878+
.. note:: When auto-routing is enabled, if you have the route ``home``, it can be also accessd by ``Home``, or maybe by ``hOme``, ``hoMe``, ``HOME``, etc. But the command shows only ``home``.
879+
878880
If you see a route starting with ``x`` like the following, it indicates an invalid
879881
route that won't be routed, but the controller has a public method for routing.
880882

0 commit comments

Comments
 (0)