aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/static.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/controllers/static.ts')
-rw-r--r--server/controllers/static.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/controllers/static.ts b/server/controllers/static.ts
index 2fd14131e..b20bafc76 100644
--- a/server/controllers/static.ts
+++ b/server/controllers/static.ts
@@ -37,7 +37,6 @@ staticRouter.use(
37) 37)
38 38
39// Video previews path for express 39// Video previews path for express
40const previewsPhysicalPath = CONFIG.STORAGE.PREVIEWS_DIR
41staticRouter.use( 40staticRouter.use(
42 STATIC_PATHS.PREVIEWS + ':uuid.jpg', 41 STATIC_PATHS.PREVIEWS + ':uuid.jpg',
43 getPreview 42 getPreview