From 53c06121a45a2ec943002833a0152bbfd4856ee4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 18 Feb 2021 14:06:12 +0100 Subject: Fix import tests --- server/controllers/static.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'server/controllers') diff --git a/server/controllers/static.ts b/server/controllers/static.ts index 7cc7f2c62..4baa31117 100644 --- a/server/controllers/static.ts +++ b/server/controllers/static.ts @@ -34,6 +34,7 @@ staticRouter.use(cors()) */ // FIXME: deprecated in 3.2, use lazy-statics instead +// Due to historical reasons, we can't really remove this controller const torrentsPhysicalPath = CONFIG.STORAGE.TORRENTS_DIR staticRouter.use( STATIC_PATHS.TORRENTS, -- cgit v1.2.3