feat: add PATCH watchlist endpoint

This commit is contained in:
Maël Gangloff
2024-07-18 14:01:16 +02:00
parent 1533469441
commit 765c7686ac
3 changed files with 10 additions and 3 deletions

View File

@@ -53,7 +53,6 @@ class WatchListController extends AbstractController
$this->em->flush();
return $watchList;
}
}