mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
adding remove event feature
This commit is contained in:
@@ -41,3 +41,9 @@ chill_event__list_by_person:
|
||||
defaults: { _controller: "ChillEventBundle:Event:listByPerson" }
|
||||
methods: [ GET ]
|
||||
|
||||
chill_event__event_delete:
|
||||
path: /{event_id}/delete
|
||||
requirements:
|
||||
event_id: \d+
|
||||
defaults: { _controller: "ChillEventBundle:Event:delete" }
|
||||
methods: [ GET, DELETE ]
|
Reference in New Issue
Block a user