aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/routing.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/routing.yml')
-rw-r--r--phpBB/config/routing.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/config/routing.yml b/phpBB/config/routing.yml
new file mode 100644
index 0000000000..94146e1ec2
--- /dev/null
+++ b/phpBB/config/routing.yml
@@ -0,0 +1,9 @@
+# Structure:
+#
+# foo_controller:
+# path: /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.
+#