forked from wallabag/wallabag
Fix same domain pagination
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user