mirror of
				https://github.com/phpbb/phpbb.git
				synced 2025-10-29 06:26:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			311 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 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+
 |