diff options
Diffstat (limited to 'server/controllers/static.ts')
-rw-r--r-- | server/controllers/static.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/controllers/static.ts b/server/controllers/static.ts index c7c952d6f..7425fd097 100644 --- a/server/controllers/static.ts +++ b/server/controllers/static.ts | |||
@@ -12,7 +12,7 @@ import { asyncMiddleware } from '../middlewares' | |||
12 | const staticRouter = express.Router() | 12 | const staticRouter = express.Router() |
13 | 13 | ||
14 | /* | 14 | /* |
15 | Cors is very important to let other pods access torrent and video files | 15 | Cors is very important to let other servers access torrent and video files |
16 | */ | 16 | */ |
17 | 17 | ||
18 | const torrentsPhysicalPath = CONFIG.STORAGE.TORRENTS_DIR | 18 | const torrentsPhysicalPath = CONFIG.STORAGE.TORRENTS_DIR |