mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-17 03:05:19 +00:00
Fix same domain pagination
This commit is contained in:
parent
3d26ddde88
commit
a4820b21ca
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ class EntryController extends AbstractController
|
||||||
*
|
*
|
||||||
* @param int $page
|
* @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
|
* @return Response
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue