mirror of
https://github.com/friendica/friendica
synced 2025-04-26 05:50:11 +00:00
"network/group" fragments are removed
This commit is contained in:
parent
cd7a663733
commit
fda832cd83
4 changed files with 3 additions and 6 deletions
|
@ -662,7 +662,6 @@ return [
|
|||
'/network' => [
|
||||
'[/{content}]' => [Module\Conversation\Network::class, [R::GET]],
|
||||
'/archive/{from:\d\d\d\d-\d\d-\d\d}[/{to:\d\d\d\d-\d\d-\d\d}]' => [Module\Conversation\Network::class, [R::GET]],
|
||||
'/group/{contact_id:\d+}' => [Module\Conversation\Network::class, [R::GET]],
|
||||
'/circle/{circle_id:\d+}' => [Module\Conversation\Network::class, [R::GET]],
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue