* aspect-for-selection -> aspects-for-selection
* judge title spacing fix
This commit is contained in:
@@ -38,7 +38,7 @@ return function (Application $app, MiddlewareFactory $factory, ContainerInterfac
|
||||
|
||||
$app->get('/the-prize', App\Handler\PrizeRedirectHandler::class, 'the-prize');
|
||||
$app->get(
|
||||
'/the-prize/{article:background-and-purpose|description-and-values|aspect-for-selection|gran-prize-award-events}',
|
||||
'/the-prize/{article:background-and-purpose|description-and-values|aspects-for-selection|gran-prize-award-events}',
|
||||
App\Handler\ArticleHandler::class,
|
||||
'the-prize.article'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user