mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: remove PATCH on connector
This commit is contained in:
@@ -32,10 +32,6 @@ use Symfony\Component\Uid\Uuid;
|
|||||||
denormalizationContext: ['groups' => 'connector:create'],
|
denormalizationContext: ['groups' => 'connector:create'],
|
||||||
name: 'create'
|
name: 'create'
|
||||||
),
|
),
|
||||||
new Patch(
|
|
||||||
normalizationContext: ['groups' => 'connector:list'],
|
|
||||||
denormalizationContext: ['groups' => 'connector:create']
|
|
||||||
),
|
|
||||||
new Delete()
|
new Delete()
|
||||||
]
|
]
|
||||||
)]
|
)]
|
||||||
|
|||||||
Reference in New Issue
Block a user