mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 00:34:24 +00:00
22 lines
591 B
YAML
22 lines
591 B
YAML
report:
|
|
path: /
|
|
defaults: { _controller: "ChillReportBundle:Report:index" }
|
|
|
|
report_show:
|
|
path: /{id}/show
|
|
defaults: { _controller: "ChillReportBundle:Report:show" }
|
|
|
|
report_edit:
|
|
path: /{id}/edit
|
|
defaults: { _controller: "ChillReportBundle:Report:edit" }
|
|
|
|
report_update:
|
|
path: /{id}/update
|
|
defaults: { _controller: "ChillReportBundle:Report:update" }
|
|
requirements: { _method: post|put }
|
|
|
|
report_delete:
|
|
path: /{id}/delete
|
|
defaults: { _controller: "ChillReportBundle:Report:delete" }
|
|
requirements: { _method: post|delete }
|