diff options
Diffstat (limited to 'server/controllers/static.ts')
-rw-r--r-- | server/controllers/static.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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()) | |||
34 | */ | 34 | */ |
35 | 35 | ||
36 | // FIXME: deprecated in 3.2, use lazy-statics instead | 36 | // FIXME: deprecated in 3.2, use lazy-statics instead |
37 | // Due to historical reasons, we can't really remove this controller | ||
37 | const torrentsPhysicalPath = CONFIG.STORAGE.TORRENTS_DIR | 38 | const torrentsPhysicalPath = CONFIG.STORAGE.TORRENTS_DIR |
38 | staticRouter.use( | 39 | staticRouter.use( |
39 | STATIC_PATHS.TORRENTS, | 40 | STATIC_PATHS.TORRENTS, |