Add Caching stats

This commit is contained in:
Philipp 2025-04-21 20:12:54 +02:00
parent 01296e98f9
commit a20828f618
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
2 changed files with 100 additions and 1 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]],