mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 07:44:27 +02:00
Merge pull request #14904 from nupplaphil/feat/stats_caching
Add Caching statistics
This commit is contained in:
commit
4d879781c2
31 changed files with 788 additions and 73 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