mirror of
https://github.com/friendica/friendica
synced 2024-11-09 22:22:53 +00:00
header route fixed
This commit is contained in:
parent
8fd738f550
commit
c30d3a5e7f
1 changed files with 1 additions and 0 deletions
|
@ -474,6 +474,7 @@ return [
|
|||
'/photo' => [
|
||||
'/{name}' => [Module\Photo::class, [R::GET]],
|
||||
'/{type}/{id:\d+}' => [Module\Photo::class, [R::GET]],
|
||||
'/{type:contact|header}/{guid}' => [Module\Photo::class, [R::GET]],
|
||||
// User Id Fallback, to remove after version 2021.12
|
||||
'/{type}/{uid_ext:\d+\..*}' => [Module\Photo::class, [R::GET]],
|
||||
'/{type}/{nickname_ext}' => [Module\Photo::class, [R::GET]],
|
||||
|
|
Loading…
Reference in a new issue