Test download
parent
f577d45d0f
commit
202cc1dec3
|
|
@ -64,8 +64,6 @@ router.get("/download/:id",function(req,res){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var file = finalStorage + sermon.file;
|
var file = finalStorage + sermon.file;
|
||||||
console.log("Final Storage",finalStorage);
|
|
||||||
console.log("Sermon",sermon.file);
|
|
||||||
res.download(file);
|
res.download(file);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue