Skip to content

Commit

Permalink
Merge pull request #25 from atukai/patch-1
Browse files Browse the repository at this point in the history
optional trailing slash in url
  • Loading branch information
ojhaujjwal committed May 15, 2015
2 parents 2dc8e3f + 3985f92 commit 450d7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'display' => [
'type' => 'Segment',
'options' => [
'route' => '/display/:filter/',
'route' => '/display/:filter[/]',
'defaults' => [
'controller' => 'htimg',
'action' => 'display'
Expand Down

0 comments on commit 450d7ab

Please sign in to comment.