From b077429131edc4045c698dd2d6dd118065d911d7 Mon Sep 17 00:00:00 2001 From: jdg Date: Thu, 13 Jan 2022 22:29:54 +0000 Subject: [PATCH] Clean up comments --- backend/symfony/src/Entity/PriceNow.php | 18 ------------------ 1 file changed, 18 deletions(-) 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={