diff --git a/src/Entity/Domain.php b/src/Entity/Domain.php index 5368dc6..90b44bc 100644 --- a/src/Entity/Domain.php +++ b/src/Entity/Domain.php @@ -21,7 +21,6 @@ use Symfony\Component\Serializer\Attribute\Groups; #[ApiResource( operations: [ new GetCollection( - uriTemplate: '/domains', normalizationContext: [ 'groups' => [ 'domain:list' @@ -29,7 +28,6 @@ use Symfony\Component\Serializer\Attribute\Groups; ] ), new Get( - uriTemplate: '/domains/{ldhName}', normalizationContext: [ 'groups' => [ 'domain:item', @@ -42,7 +40,6 @@ use Symfony\Component\Serializer\Attribute\Groups; ] ), new Post( - uriTemplate: '/domains/{ldhName}', status: 204, controller: DomainRefreshController::class, openapiContext: [