Skip to content

Commit

Permalink
changed logistics index to transport
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrodevog committed Oct 19, 2023
1 parent a781334 commit 6ea8f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/LogisticsBundle/Resources/config/router.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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]*',
Expand Down

0 comments on commit 6ea8f47

Please sign in to comment.