phpbb/phpBB/config/default/routing/storage.yml
2021-05-27 07:43:24 +02:00

11 lines
311 B
YAML

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