mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
Merge pull request #6669 from iMattPro/ticket/17363
[ticket/17363] Add web app manifest
This commit is contained in:
@@ -157,6 +157,15 @@ services:
|
||||
- '%core.php_ext%'
|
||||
- '%tables.log%'
|
||||
|
||||
manifest.controller:
|
||||
class: phpbb\manifest
|
||||
arguments:
|
||||
- '@config'
|
||||
- '@language'
|
||||
- '@path_helper'
|
||||
- '@event_dispatcher'
|
||||
- '@user'
|
||||
|
||||
path_helper:
|
||||
class: phpbb\path_helper
|
||||
arguments:
|
||||
|
@@ -24,6 +24,10 @@ phpbb_help_routing:
|
||||
resource: help.yml
|
||||
prefix: /help
|
||||
|
||||
phpbb_manifest_controller:
|
||||
path: /manifest
|
||||
defaults: { _controller: manifest.controller:handle }
|
||||
|
||||
phpbb_mention_controller:
|
||||
path: /mention
|
||||
methods: [GET, POST]
|
||||
|
Reference in New Issue
Block a user