mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-01 19:09:45 +00:00
27 lines
1018 B
YAML
27 lines
1018 B
YAML
chill_activity_activity_list:
|
|
path: /{_locale}/activity/
|
|
controller: Chill\ActivityBundle\Controller\ActivityController::listAction
|
|
|
|
chill_activity_activity_show:
|
|
path: /{_locale}/activity/{id}/show
|
|
controller: Chill\ActivityBundle\Controller\ActivityController::showAction
|
|
|
|
chill_activity_activity_select_type:
|
|
path: /{_locale}/activity/select-type
|
|
controller: Chill\ActivityBundle\Controller\ActivityController::selectTypeAction
|
|
|
|
chill_activity_activity_new:
|
|
path: /{_locale}/activity/new
|
|
controller: Chill\ActivityBundle\Controller\ActivityController::newAction
|
|
methods: [POST, GET]
|
|
|
|
chill_activity_activity_edit:
|
|
path: /{_locale}/activity/{id}/edit
|
|
controller: Chill\ActivityBundle\Controller\ActivityController::editAction
|
|
methods: [GET, POST, PUT]
|
|
|
|
chill_activity_activity_delete:
|
|
path: /{_locale}/activity/{id}/delete
|
|
controller: Chill\ActivityBundle\Controller\ActivityController::deleteAction
|
|
methods: [GET, POST, DELETE]
|