mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
6 lines
200 B
YAML
6 lines
200 B
YAML
core_controller:
|
|
path: /test
|
|
defaults: { _controller: core_foo.controller:bar, page: 1}
|
|
core_page_controller:
|
|
path: /test/page/{page}
|
|
defaults: { _controller: core_foo.controller:bar}
|