This commit is contained in:
Marc Ducobu
2016-03-23 18:22:17 +01:00
7 changed files with 90 additions and 35 deletions

View File

@@ -3,7 +3,7 @@ event:
defaults: { _controller: "ChillEventBundle:Event:index" }
event_show:
path: /{id}/show
path: /{event_id}/show
defaults: { _controller: "ChillEventBundle:Event:show" }
event_new: