mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
11 lines
311 B
YAML
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+
|