mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-27 12:36:12 +00:00
26 lines
738 B
YAML
26 lines
738 B
YAML
admin_center:
|
|
path: /
|
|
controller: Chill\MainBundle\Controller\CenterController::indexAction
|
|
|
|
admin_center_show:
|
|
path: /{id}/show
|
|
controller: Chill\MainBundle\Controller\CenterController::showAction
|
|
|
|
admin_center_new:
|
|
path: /new
|
|
controller: Chill\MainBundle\Controller\CenterController::newAction
|
|
|
|
admin_center_create:
|
|
path: /create
|
|
controller: Chill\MainBundle\Controller\CenterController::createAction
|
|
methods: POST
|
|
|
|
admin_center_edit:
|
|
path: /{id}/edit
|
|
controller: Chill\MainBundle\Controller\CenterController::editAction
|
|
|
|
admin_center_update:
|
|
path: /{id}/update
|
|
controller: Chill\MainBundle\Controller\CenterController::updateAction
|
|
methods: [POST, PUT]
|