0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-18 14:52:53 +00:00
kevinpapst_kimai2/config/routes.yaml
Kevin Papst bfa32a90db
Update to Symfony 4.1 ()
* updated to Symfony 4.1 
* updated to phpunit 7 
* downgrade ocramius/proxy-manager for PHP 7.1 compatibility 
* fixed symfony deprecations 
* replaced AdvancedUserInterface with custom user checker
* code sniffer fixes
2018-06-18 22:26:00 +02:00

18 lines
475 B
YAML

home:
path: /
defaults:
_controller: Symfony\Bundle\FrameworkBundle\Controller\RedirectController::redirectAction
route: homepage
permanent: true
homepage:
path: /{_locale}
defaults:
_controller: Symfony\Bundle\FrameworkBundle\Controller\RedirectController::redirectAction
route: timesheet
permanent: true
avanzu_admin_profile:
path: /{_locale}/profile/{username}
options:
avanzu_admin_route: profile