mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
26 lines
726 B
YAML
26 lines
726 B
YAML
admin_scope:
|
|
path: /
|
|
controller: Chill\MainBundle\Controller\ScopeController::indexAction
|
|
|
|
admin_scope_show:
|
|
path: /{id}/show
|
|
controller: Chill\MainBundle\Controller\ScopeController::showAction
|
|
|
|
admin_scope_new:
|
|
path: /new
|
|
controller: Chill\MainBundle\Controller\ScopeController::newAction
|
|
|
|
admin_scope_create:
|
|
path: /create
|
|
controller: Chill\MainBundle\Controller\ScopeController::createAction
|
|
methods: POST
|
|
|
|
admin_scope_edit:
|
|
path: /{id}/edit
|
|
controller: Chill\MainBundle\Controller\ScopeController::editAction
|
|
|
|
admin_scope_update:
|
|
path: /{id}/update
|
|
controller: Chill\MainBundle\Controller\ScopeController::updateAction
|
|
methods: [POST, PUT]
|