From 90a8bd305de4153ec21137a73ff482dcc2e3e19b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 16 Feb 2021 16:25:53 +0100 Subject: Dissociate video file names and video uuid --- server/controllers/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'server/controllers/index.ts') diff --git a/server/controllers/index.ts b/server/controllers/index.ts index 5a199ae9c..fa27ecec2 100644 --- a/server/controllers/index.ts +++ b/server/controllers/index.ts @@ -1,6 +1,7 @@ export * from './activitypub' export * from './api' export * from './client' +export * from './download' export * from './feeds' export * from './services' export * from './static' -- cgit v1.2.3