Commit 94cc20f9 by Julien Jorry

Fix API : remove unuse map endpoints

parent 9db1d703
...@@ -11,17 +11,10 @@ use Symfony\Component\Serializer\Annotation\Groups; ...@@ -11,17 +11,10 @@ use Symfony\Component\Serializer\Annotation\Groups;
/** /**
* @ApiResource( * @ApiResource(
* collectionOperations={ * collectionOperations={
* "get",
* "post"
* }, * },
* itemOperations={ * itemOperations={
* "get",
* "put",
* "delete",
* }, * },
* collectionOperations={ * collectionOperations={
* "get",
* "post",
* "get_all_poi"={ * "get_all_poi"={
* "controller"=MapController::class, * "controller"=MapController::class,
* "method"="GET", * "method"="GET",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment