From 6ea8f47c41b8eca37dc5948ece1b75e584c1ab5b Mon Sep 17 00:00:00 2001 From: pedrod Date: Thu, 19 Oct 2023 18:33:32 +0000 Subject: [PATCH] changed logistics index to transport --- module/LogisticsBundle/Resources/config/router.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/LogisticsBundle/Resources/config/router.config.php b/module/LogisticsBundle/Resources/config/router.config.php index 362af02748..f8d9dac150 100644 --- a/module/LogisticsBundle/Resources/config/router.config.php +++ b/module/LogisticsBundle/Resources/config/router.config.php @@ -234,7 +234,7 @@ 'logistics_catalog' => array( 'type' => 'Laminas\Router\Http\Segment', 'options' => array( - 'route' => '[/:language]/logistics/catalog[/:action[/:order][/request/:request][/page/:page]][/]', + 'route' => '[/:language]/logistics[/catalog][/:action[/:order][/request/:request][/page/:page]][/]', 'constraints' => array( 'action' => '[a-zA-Z][a-zA-Z0-9_-]*', 'order' => '[0-9]*',