diff --git a/backend/symfony/src/Entity/PriceNow.php b/backend/symfony/src/Entity/PriceNow.php index 0c6e394..00a322f 100644 --- a/backend/symfony/src/Entity/PriceNow.php +++ b/backend/symfony/src/Entity/PriceNow.php @@ -8,24 +8,6 @@ use ApiPlatform\Core\Annotation\ApiProperty; use ApiPlatform\Core\Annotation\ApiResource; use ApiPlatform\Core\Action\NotFoundAction; -/* - * itemOperations={ - * "get"={ - * "method"="GET", - * "controller"=NotFoundAction::class, - * "read"=false, - * "output"=false, - * "path"="/priceNow/{id}", - * }, - * }, - * itemOperations={}, - * collectionOperations={"get"={ - * "path"="/priceNow", - * } - * } - * ) -*/ - /** * @ApiResource( * itemOperations={