From 08d1d96202058291a3182f8226ae8ea3a5c0a34d Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 23 Mar 2024 19:57:07 -0400 Subject: [PATCH] file log --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index afa8e2a..389676a 100644 --- a/index.js +++ b/index.js @@ -22,6 +22,7 @@ app.get('/videos/:filename',cors(corsOptions), (req, res)=>{ const fileName = req.params.filename; const filePath = videoFileMap[fileName] if(!filePath){ + console.log("Finding File Not Found ", filePath); return res.status(404).send('File not found') }