1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

[ticket/17363] Add web app manifest

PHPBB-17363

Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
Matt Friedman
2024-07-02 20:22:09 -07:00
parent 1dacbf6bde
commit d651cccc76
8 changed files with 119 additions and 0 deletions

View File

@@ -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]