file path log

This commit is contained in:
CHIEFSOFT\ameye
2024-05-26 15:05:39 -04:00
parent 09bf38b93c
commit 22271bb3fa
+3 -3
View File
@@ -321,13 +321,13 @@ app.get('/videos/:filename', (req, res)=>{
})
let myfilesCommonPath = process.env.COMMON_MYFILE_PATH;
//let myfilesCommonPath = process.env.COMMON_MYFILE_PATH;
app.get('/myfile/:filename', (req, res)=>{
const fileName = req.params.filename;
let findFilename = 'What Is Single Sign-on (SSO) How It Works-(1080p25).mp4';
let memberUID = '';
//let myfilesCommonPath = process.env.COMMON_MYFILE_PATH;
let myfilesCommonPath = process.env.COMMON_MYFILE_PATH;
console.log("myfilesCommonPath ==> " + myfilesCommonPath);
// var findFilename = '';
//c35c32bc-9ce4-4ca5-9afc-1ecddfd649f5
let Qstring = "SELECT mf.*, m.uid AS member_uid FROM members_myfiles mf LEFT JOIN members m ON m.id=mf.member_id WHERE mf.uid='"+fileName+"'";