aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/index.ts
blob: ce2335e42306cb923b512f44315a9725f3e25dc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
import './abuses'
import './accounts'
import './blocklist'
import './bulk'
import './config'
import './custom-pages'
import './contact-form'
import './debug'
import './follows'
import './jobs'
import './logs'
import './live'
import './plugins'
import './redundancy'
import './search'
import './services'
import './upload-quota'
import './user-notifications'
import './user-subscriptions'
import './users'
import './video-blacklist'
import './video-captions'
import './video-channels'
import './video-comments'
import './video-imports'
import './video-playlists'
import './videos'
import './videos-filter'
import './videos-history'
import './videos-overviews'