[#FER-19] Ajouter le healthCheck du pont bascule #58

Merged
tristan merged 12 commits from feature/FER-19-ajouter-le-healthcheck-du-pont-bascule into develop 2026-05-21 12:38:33 +00:00
Showing only changes of commit d7a17cb762 - Show all commits

View File

@@ -19,6 +19,7 @@ use Symfony\Component\Serializer\Attribute\Groups;
description: 'Returns the connection state of the pont-bascule. Always 200, even when unreachable.',
),
normalizationContext: ['groups' => ['pont_bascule:health:read']],
security: "is_granted('ROLE_USER')",
provider: PontBasculeHealthProvider::class,
),
],