fix: pagination désactivée sur /spots — retourne tous les spots OSM

This commit is contained in:
Gwadaking
2026-04-09 00:37:28 -04:00
parent 8823d33eb5
commit ddfa6a3ecb

View File

@@ -24,6 +24,7 @@ use Symfony\Component\Uid\Uuid;
],
normalizationContext: ['groups' => ['spot:read']],
order: ['name' => 'ASC'],
paginationEnabled: false,
)]
class CoastalPoint
{