mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 16:24:24 +00:00
31 lines
877 B
YAML
31 lines
877 B
YAML
fr_admin_event_status:
|
|
path: /
|
|
defaults: { _controller: "ChillEventBundle:Status:index" }
|
|
|
|
fr_admin_event_status_show:
|
|
path: /{id}/show
|
|
defaults: { _controller: "ChillEventBundle:Status:show" }
|
|
|
|
fr_admin_event_status_new:
|
|
path: /new
|
|
defaults: { _controller: "ChillEventBundle:Status:new" }
|
|
|
|
fr_admin_event_status_create:
|
|
path: /create
|
|
defaults: { _controller: "ChillEventBundle:Status:create" }
|
|
methods: POST
|
|
|
|
fr_admin_event_status_edit:
|
|
path: /{id}/edit
|
|
defaults: { _controller: "ChillEventBundle:Status:edit" }
|
|
|
|
fr_admin_event_status_update:
|
|
path: /{id}/update
|
|
defaults: { _controller: "ChillEventBundle:Status:update" }
|
|
methods: [POST, PUT]
|
|
|
|
fr_admin_event_status_delete:
|
|
path: /{id}/delete
|
|
defaults: { _controller: "ChillEventBundle:Status:delete" }
|
|
methods: [POST, DELETE]
|