@@ -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')
}
The note is not visible to the blocked user.