mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
36 lines
938 B
YAML
36 lines
938 B
YAML
root:
|
|
pattern: /
|
|
defaults:
|
|
_controller: FrameworkBundle:Redirect:urlRedirect
|
|
path: /hello
|
|
permanent: true
|
|
|
|
cl_chill_main_homepage:
|
|
pattern: /hello
|
|
defaults: { _controller: CLChillMainBundle:Default:index }
|
|
|
|
chill_main_admin_central:
|
|
pattern: /admin
|
|
defaults: { _controller: CLChillMainBundle:Admin:index }
|
|
|
|
|
|
#load FosUserBundle
|
|
|
|
fos_user_security:
|
|
resource: "@FOSUserBundle/Resources/config/routing/security.xml"
|
|
|
|
fos_user_profile:
|
|
resource: "@FOSUserBundle/Resources/config/routing/profile.xml"
|
|
prefix: /profile
|
|
|
|
fos_user_register:
|
|
resource: "@FOSUserBundle/Resources/config/routing/registration.xml"
|
|
prefix: /register
|
|
|
|
fos_user_resetting:
|
|
resource: "@FOSUserBundle/Resources/config/routing/resetting.xml"
|
|
prefix: /resetting
|
|
|
|
fos_user_change_password:
|
|
resource: "@FOSUserBundle/Resources/config/routing/change_password.xml"
|
|
prefix: /profile |