0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-20 07:33:01 +00:00
kevinpapst_kimai2/config/routes.yaml
2019-10-31 00:16:25 +01:00

16 lines
451 B
YAML

home:
path: /
defaults:
_controller: Symfony\Bundle\FrameworkBundle\Controller\RedirectController::redirectAction
route: homepage
permanent: true
homeLocale:
path: /{_locale}
requirements:
_locale: '%app_locales%'
defaults:
_controller: Symfony\Bundle\FrameworkBundle\Controller\RedirectController::redirectAction
_locale: '%locale%'
route: homepage
permanent: true