1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 11:01:48 +02:00
Files
php-phpbb/phpBB/config/default/routing/storage.yml
2023-06-28 10:51:22 +02:00

13 lines
352 B
YAML

phpbb_storage_avatar:
path: /avatar/{file}
defaults:
_controller: storage.controller.avatar:handle
phpbb_storage_attachment:
path: /attachment/{id}/{filename}
defaults:
filename: ''
_controller: storage.controller.attachment:handle_attachment
requirements:
id: \d+