Skip to content

Commit

Permalink
fix(): Make the distinction between the page#index
Browse files Browse the repository at this point in the history
I added the `'postfix' => 'catchall'` to make the distinction between
the two page#index routes.

Signed-off-by: Baptiste Fotia <[email protected]>
  • Loading branch information
zak39 committed Nov 10, 2023
1 parent 28309d3 commit 5bce909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
'verb' => 'GET',
'requirements' => array('path' => '.*'),
'defaults' => array('path' => 'dummy'),
'postfix' => 'catchall',
]
]
];

0 comments on commit 5bce909

Please sign in to comment.