mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
6 lines
168 B
YAML
6 lines
168 B
YAML
controller2:
|
|
path: /bar
|
|
defaults: { _controller: foo.controller:handle }
|
|
controller3:
|
|
path: /bar/p-{p}
|
|
defaults: { _controller: foo.controller:handle }
|