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 3c4a341 commit 67f48dcCopy full SHA for 67f48dc
user_guide_src/source/incoming/routing.rst
@@ -327,6 +327,9 @@ You can use the ``add()`` method:
327
Mapping Multiple Routes
328
=======================
329
330
+.. warning:: The ``map()`` method is not recommended as well as ``add()``
331
+ because it calls ``add()`` internally.
332
+
333
While the ``add()`` method is simple to use, it is often handier to work with multiple routes at once, using
334
the ``map()`` method. Instead of calling the ``add()`` method for each route that you need to add, you can
335
define an array of routes and then pass it as the first parameter to the ``map()`` method:
0 commit comments