aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/routing.yml
blob: f6f728fa47c5fd2901bf4347d5d5359edfac8224 (plain)
1
2
3
4
5
6
7
8
9
# Structure:
#
# foo_controller:
#     pattern: /foo
#     defaults: { _controller: foo_sevice:method }
#
# The above will be accessed via app.php/foo and it will instantiate the
# "foo_service" service and call the "method" method.
#