GET and POST both working.

This commit is contained in:
2021-10-29 09:29:27 +02:00
parent 69e3a0a6cd
commit 3a7af94058
5 changed files with 68 additions and 34 deletions

View File

@@ -32,8 +32,6 @@ class AccompanyingCourseApiController extends ApiController
private Registry $registry;
private AccompanyingPeriodACLAwareRepository $accompanyingPeriodACLAwareRepository;
public function __construct(
EventDispatcherInterface $eventDispatcher,
ValidatorInterface $validator,