mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-04 00:58:53 +00:00
6 lines
174 B
YAML
6 lines
174 B
YAML
controller2:
|
|
pattern: /bar
|
|
defaults: { _controller: foo.controller:handle }
|
|
controller3:
|
|
pattern: /bar/p-{p}
|
|
defaults: { _controller: foo.controller:handle }
|