This commit is contained in:
CHIEFSOFT\ameye
2024-03-26 11:20:07 -04:00
parent 1c8625e20f
commit 9ba800292d
+1
View File
@@ -50,6 +50,7 @@ app.get('/videos/:filename', (req, res)=>{
let findFilename = '';
//c35c32bc-9ce4-4ca5-9afc-1ecddfd649f5
let Qstring = "SELECT * FROM common_media WHERE uid ='"+fileName+"'";
console.log("Qstring -> ", Qstring);
db.query(Qstring, function (err, result) {
try {
if (err) throw err;