mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 05:25:15 +02:00
Restore base profile URL behavior
- Add new profile-specific route
This commit is contained in:
parent
f2d917114f
commit
46c4bfe580
4 changed files with 312 additions and 284 deletions
|
@ -206,6 +206,7 @@ return [
|
|||
|
||||
'/profile' => [
|
||||
'/{nickname}' => [Module\Profile\Index::class, [R::GET]],
|
||||
'/{nickname}/profile' => [Module\Profile\Profile::class, [R::GET]],
|
||||
'/{nickname}/contacts[/{type}]' => [Module\Profile\Contacts::class, [R::GET]],
|
||||
'/{nickname}/status[/{category}[/{date1}[/{date2}]]]' => [Module\Profile\Status::class, [R::GET]],
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue