14 lines
372 B
YAML
14 lines
372 B
YAML
home:
|
|
path: /
|
|
defaults:
|
|
_controller: Symfony\Bundle\FrameworkBundle\Controller\RedirectController::redirectAction
|
|
route: homepage
|
|
permanent: true
|
|
|
|
homeLocale:
|
|
path: /{_locale}
|
|
defaults:
|
|
_controller: Symfony\Bundle\FrameworkBundle\Controller\RedirectController::redirectAction
|
|
route: homepage
|
|
permanent: true
|