Skip to content

Commit e728cea

Browse files
authored
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
1 parent 36683ac commit e728cea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routing.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ with a locale. This can be done by defining a different prefix for each locale
230230
en: '' # don't prefix URLs for English, the default locale
231231
fr: '/fr'
232232
es: '/es'
233+
nl: '/nl'
233234
234235
.. _routing-requirements:
235236

0 commit comments

Comments
 (0)