]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/static.ts
Translated using Weblate (Spanish)
[github/Chocobozzz/PeerTube.git] / server / controllers / static.ts
index 7cc7f2c62c2c7d18f7fb41d129a844f9f3c093aa..4baa31117cea40315fb26730005732291aec4193 100644 (file)
@@ -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,