mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 12:34:39 +02:00
Add Caching stats
This commit is contained in:
parent
01296e98f9
commit
a20828f618
2 changed files with 100 additions and 1 deletions
|
@ -642,7 +642,8 @@ return [
|
|||
],
|
||||
],
|
||||
|
||||
'/stats' => [Module\Stats::class, [R::GET]],
|
||||
'/stats' => [Module\Stats::class, [R::GET]],
|
||||
'/stats/caching' => [Module\StatsCaching::class, [R::GET]],
|
||||
|
||||
'/network' => [
|
||||
'[/{content}]' => [Module\Conversation\Network::class, [R::GET]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue