We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba3174 commit fff1ceaCopy full SHA for fff1cea
1 file changed
config/routing.yml
@@ -1,6 +1,8 @@
1
phpbb_ideas_index_controller:
2
- path: /ideas
3
- defaults: { _controller: phpbb.ideas.index_controller:index }
+ path: /ideas{trailing}
+ defaults: { _controller: phpbb.ideas.index_controller:index, trailing: '' }
4
+ requirements:
5
+ trailing: '/?'
6
7
phpbb_ideas_idea_controller:
8
path: /idea/{idea_id}
0 commit comments