mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-22 02:04:24 +00:00
15 lines
359 B
YAML
15 lines
359 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 }
|