Skip to content

Commit a9cd32e

Browse files
authored
Update routes.yaml
1 parent bfb7837 commit a9cd32e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/routes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage:
77
controller: Symfony\Bundle\FrameworkBundle\Controller\TemplateController::templateAction
88
defaults:
99
template: default/homepage.html.twig
10-
_locale: '%locale%'
10+
_locale: '%app.locale%'
1111

1212
controllers:
1313
resource:
@@ -16,4 +16,4 @@ controllers:
1616
type: attribute
1717
prefix: /{_locale}
1818
defaults:
19-
_locale: '%locale%'
19+
_locale: '%app.locale%'

0 commit comments

Comments
 (0)