Browse Source

post MR fixes

Olivier Massot 3 years ago
parent
commit
77a79ef8bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Entity/Organization/Subdomain.php

+ 1 - 1
src/Entity/Organization/Subdomain.php

@@ -17,7 +17,7 @@ use Symfony\Component\Validator\Constraints as Assert;
  */
 #[ApiResource(
     collectionOperations: [
-        'get',  // TODO: Comment je teste l'organisation et les droits sur une collection?
+        'get',
         'post'
     ],
     itemOperations: [