mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/13713] Start working on User Mentions
PHPBB3-13713
This commit is contained in:
@@ -15,6 +15,7 @@ imports:
|
||||
- { resource: services_help.yml }
|
||||
- { resource: services_http.yml }
|
||||
- { resource: services_language.yml }
|
||||
- { resource: services_mention.yml }
|
||||
- { resource: services_migrator.yml }
|
||||
- { resource: services_mimetype_guesser.yml }
|
||||
- { resource: services_module.yml }
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user