diff options
Diffstat (limited to 'server/middlewares/validators/index.ts')
-rw-r--r-- | server/middlewares/validators/index.ts | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/server/middlewares/validators/index.ts b/server/middlewares/validators/index.ts deleted file mode 100644 index 1d0964667..000000000 --- a/server/middlewares/validators/index.ts +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | export * from './abuse' | ||
2 | export * from './account' | ||
3 | export * from './activitypub' | ||
4 | export * from './actor-image' | ||
5 | export * from './blocklist' | ||
6 | export * from './bulk' | ||
7 | export * from './config' | ||
8 | export * from './express' | ||
9 | export * from './feeds' | ||
10 | export * from './follows' | ||
11 | export * from './jobs' | ||
12 | export * from './logs' | ||
13 | export * from './metrics' | ||
14 | export * from './object-storage-proxy' | ||
15 | export * from './oembed' | ||
16 | export * from './pagination' | ||
17 | export * from './plugins' | ||
18 | export * from './redundancy' | ||
19 | export * from './search' | ||
20 | export * from './server' | ||
21 | export * from './sort' | ||
22 | export * from './static' | ||
23 | export * from './themes' | ||
24 | export * from './user-email-verification' | ||
25 | export * from './user-history' | ||
26 | export * from './user-notifications' | ||
27 | export * from './user-registrations' | ||
28 | export * from './user-subscriptions' | ||
29 | export * from './users' | ||
30 | export * from './videos' | ||
31 | export * from './webfinger' | ||