mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
debug
This commit is contained in:
parent
acac358503
commit
c4ee2c45fa
@ -1,30 +1,30 @@
|
|||||||
report:
|
report:
|
||||||
path: /
|
path: /
|
||||||
defaults: { _controller: "ChillReportBundle:report:index" }
|
defaults: { _controller: "ChillReportBundle:Report:index" }
|
||||||
|
|
||||||
report_show:
|
report_show:
|
||||||
path: /{id}/show
|
path: /{id}/show
|
||||||
defaults: { _controller: "ChillReportBundle:report:show" }
|
defaults: { _controller: "ChillReportBundle:Report:show" }
|
||||||
|
|
||||||
report_new:
|
report_new:
|
||||||
path: /new
|
path: /new
|
||||||
defaults: { _controller: "ChillReportBundle:report:new" }
|
defaults: { _controller: "ChillReportBundle:Report:new" }
|
||||||
|
|
||||||
report_create:
|
report_create:
|
||||||
path: /create
|
path: /create
|
||||||
defaults: { _controller: "ChillReportBundle:report:create" }
|
defaults: { _controller: "ChillReportBundle:Report:create" }
|
||||||
requirements: { _method: post }
|
requirements: { _method: post }
|
||||||
|
|
||||||
report_edit:
|
report_edit:
|
||||||
path: /{id}/edit
|
path: /{id}/edit
|
||||||
defaults: { _controller: "ChillReportBundle:report:edit" }
|
defaults: { _controller: "ChillReportBundle:Report:edit" }
|
||||||
|
|
||||||
report_update:
|
report_update:
|
||||||
path: /{id}/update
|
path: /{id}/update
|
||||||
defaults: { _controller: "ChillReportBundle:report:update" }
|
defaults: { _controller: "ChillReportBundle:Report:update" }
|
||||||
requirements: { _method: post|put }
|
requirements: { _method: post|put }
|
||||||
|
|
||||||
report_delete:
|
report_delete:
|
||||||
path: /{id}/delete
|
path: /{id}/delete
|
||||||
defaults: { _controller: "ChillReportBundle:report:delete" }
|
defaults: { _controller: "ChillReportBundle:Report:delete" }
|
||||||
requirements: { _method: post|delete }
|
requirements: { _method: post|delete }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user