From 5bce909b795c4c1b874302de7bcfbd34a1b530ab Mon Sep 17 00:00:00 2001 From: Baptiste Fotia Date: Fri, 10 Nov 2023 16:33:39 +0100 Subject: [PATCH] fix(): Make the distinction between the page#index I added the `'postfix' => 'catchall'` to make the distinction between the two page#index routes. Signed-off-by: Baptiste Fotia --- appinfo/routes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/appinfo/routes.php b/appinfo/routes.php index 6d5c178c3..054b5767f 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -153,6 +153,7 @@ 'verb' => 'GET', 'requirements' => array('path' => '.*'), 'defaults' => array('path' => 'dummy'), + 'postfix' => 'catchall', ] ] ];