aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/routing/help.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/default/routing/help.yml')
-rw-r--r--phpBB/config/default/routing/help.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/config/default/routing/help.yml b/phpBB/config/default/routing/help.yml
new file mode 100644
index 0000000000..8d43839d1e
--- /dev/null
+++ b/phpBB/config/default/routing/help.yml
@@ -0,0 +1,7 @@
+phpbb_help_bbcode_controller:
+ path: /bbcode
+ defaults: { _controller: phpbb.help.controller.bbcode:handle }
+
+phpbb_help_faq_controller:
+ path: /faq
+ defaults: { _controller: phpbb.help.controller.faq:handle }