Clean up comments

This commit is contained in:
José David Guillén 2022-01-13 22:29:54 +00:00
parent ff74df4911
commit b077429131

View File

@ -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={