diff options
Diffstat (limited to 'server/controllers/index.ts')
-rw-r--r-- | server/controllers/index.ts | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/server/controllers/index.ts b/server/controllers/index.ts index e8833d58c..eaa2dd7c8 100644 --- a/server/controllers/index.ts +++ b/server/controllers/index.ts | |||
@@ -1,15 +1,15 @@ | |||
1 | export * from './activitypub' | 1 | export * from './activitypub' |
2 | export * from './api' | 2 | export * from './api' |
3 | export * from './bots' | ||
3 | export * from './client' | 4 | export * from './client' |
4 | export * from './download' | 5 | export * from './download' |
5 | export * from './feeds' | 6 | export * from './feeds' |
6 | export * from './services' | ||
7 | export * from './static' | ||
8 | export * from './lazy-static' | 7 | export * from './lazy-static' |
9 | export * from './live' | ||
10 | export * from './misc' | 8 | export * from './misc' |
11 | export * from './webfinger' | 9 | export * from './object-storage-proxy' |
12 | export * from './tracker' | ||
13 | export * from './bots' | ||
14 | export * from './plugins' | 10 | export * from './plugins' |
11 | export * from './services' | ||
12 | export * from './static' | ||
13 | export * from './tracker' | ||
14 | export * from './webfinger' | ||
15 | export * from './well-known' | 15 | export * from './well-known' |