mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 09:16:55 +02:00
[ticket/12620] Move the routing file to the environments
PHPBB3-12620
This commit is contained in:
9
phpBB/config/default/routing.yml
Normal file
9
phpBB/config/default/routing.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
# Structure:
|
||||
#
|
||||
# foo_controller:
|
||||
# pattern: /foo
|
||||
# defaults: { _controller: foo_sevice:method }
|
||||
#
|
||||
# The above will be accessed via app.php?controller=foo and it will
|
||||
# instantiate the "foo_service" service and call the "method" method.
|
||||
#
|
Reference in New Issue
Block a user