fix: watchlist triggers creation

This commit is contained in:
Vincent
2025-05-27 13:51:17 +02:00
parent 596b9b548d
commit 51b10db9b5
2 changed files with 4 additions and 2 deletions

View File

@@ -26,7 +26,9 @@ use Symfony\Component\Serializer\Attribute\Groups;
],
),
new Post(
security: 'true', // FIXME check the submitted object
uriTemplate: '/watchlist-triggers',
uriVariables: [],
security: 'true'
),
new Delete(),
],