1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 23:37:39 +02:00

[ticket/13713] Start working on User Mentions

PHPBB3-13713
This commit is contained in:
lavigor
2018-05-17 04:50:37 +03:00
committed by Marc Alexander
parent 726c90668e
commit f757e65559
5 changed files with 136 additions and 0 deletions

View File

@@ -24,6 +24,11 @@ phpbb_help_routing:
resource: help.yml
prefix: /help
phpbb_mention_controller:
path: /mention
methods: [GET, POST]
defaults: { _controller: phpbb.mention.controller:handle }
phpbb_report_routing:
resource: report.yml