diff options
Diffstat (limited to 'server/middlewares/validators/shared/index.ts')
-rw-r--r-- | server/middlewares/validators/shared/index.ts | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/server/middlewares/validators/shared/index.ts b/server/middlewares/validators/shared/index.ts deleted file mode 100644 index e5cff2dda..000000000 --- a/server/middlewares/validators/shared/index.ts +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | export * from './abuses' | ||
2 | export * from './accounts' | ||
3 | export * from './users' | ||
4 | export * from './utils' | ||
5 | export * from './video-blacklists' | ||
6 | export * from './video-captions' | ||
7 | export * from './video-channels' | ||
8 | export * from './video-channel-syncs' | ||
9 | export * from './video-comments' | ||
10 | export * from './video-imports' | ||
11 | export * from './video-ownerships' | ||
12 | export * from './video-playlists' | ||
13 | export * from './video-passwords' | ||
14 | export * from './videos' | ||