file path log
This commit is contained in:
@@ -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+"'";
|
||||
|
||||
Reference in New Issue
Block a user