mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Add stats route
This commit is contained in:
parent
22b59e8099
commit
09cababd79
26 changed files with 268 additions and 42 deletions
|
@ -1,5 +1,5 @@
|
|||
// Order of the tests we want to execute
|
||||
import './server/config'
|
||||
import './server/stats'
|
||||
import './check-params'
|
||||
import './users/users'
|
||||
import './videos/single-server'
|
||||
|
@ -10,3 +10,4 @@ import './videos/video-description'
|
|||
import './videos/video-privacy'
|
||||
import './videos/services'
|
||||
import './server/email'
|
||||
import './server/config'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue