mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-01 06:26:15 +00:00
22 lines
620 B
YAML
22 lines
620 B
YAML
admin_center:
|
|
path: /
|
|
controller: Chill\MainBundle\Controller\CenterController::indexAction
|
|
|
|
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]
|