From d3a028a0eec77e1b875306b656d2d9bdbb027028 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 2 Sep 2019 12:51:47 +0200 Subject: [PATCH] [Routing --- routing.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/routing.rst b/routing.rst index abc75e140fa..cbed9ff9b40 100644 --- a/routing.rst +++ b/routing.rst @@ -1448,12 +1448,6 @@ Route URL If the requested URL is ``/foo`` If the requested URL is `` ``/foo/`` It makes a ``301`` redirect to ``/foo/`` It matches (``200`` status response) ========== ======================================== ========================================== -.. note:: - - If your application defines different routes for each path (``/foo`` and - ``/foo/``) this automatic redirection doesn't take place and the right - route is always matched. - Sub-Domain Routing ------------------