Merge pull request #7266 from yguedidi/fix-same-domain-pagination

Fix same domain pagination
This commit is contained in:
Yassine Guedidi 2024-02-19 07:03:08 +01:00 committed by GitHub
commit bc16155ec2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -592,7 +592,7 @@ class EntryController extends AbstractController
*
* @param int $page
*
* @Route("/domain/{id}/{page}", requirements={"id" = ".+"}, defaults={"page" = 1}, name="same_domain")
* @Route("/domain/{id}/{page}", requirements={"id" = "\d+"}, defaults={"page" = 1}, name="same_domain")
*
* @return Response
*/