mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Enable DELETE in the ApiController
This commit is contained in:
@@ -38,10 +38,4 @@ class CalendarRangeAPIController extends ApiController
|
||||
//TODO use also the paginator, eg return $this->serializeCollection('get', $request, $_format, $paginator, $results);
|
||||
}
|
||||
|
||||
// public function calendarRangeApi($id, Request $request, string $_format): Response
|
||||
// {
|
||||
// return $this->addRemoveSomething('calendarRange', $id, $request, $_format, 'calendarRange', CalendarRange::class, [ 'groups' => [ 'read' ] ]);
|
||||
// }
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user