From e728ceaf6f709bf634bb2dd13b9cc83117704598 Mon Sep 17 00:00:00 2001 From: Harry Wiseman Date: Mon, 1 Oct 2018 07:58:27 +0100 Subject: [PATCH] Update routing.rst Without this the code will throw a missing prefix fatal as there is a nl prefix defined in the controller but not in the annotations yaml --- routing.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/routing.rst b/routing.rst index 463dd0c86eb..2c19e0a7ec5 100644 --- a/routing.rst +++ b/routing.rst @@ -230,6 +230,7 @@ with a locale. This can be done by defining a different prefix for each locale en: '' # don't prefix URLs for English, the default locale fr: '/fr' es: '/es' + nl: '/nl' .. _routing-requirements: