Merge pull request #14904 from nupplaphil/feat/stats_caching

Add Caching statistics
This commit is contained in:
Michael Vogel 2025-05-04 07:41:45 +05:30 committed by GitHub
commit 4d879781c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 788 additions and 73 deletions

View file

@ -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]],