Clean up comments
This commit is contained in:
parent
ff74df4911
commit
b077429131
@ -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={
|
||||
|
Loading…
x
Reference in New Issue
Block a user