Test download

Transactions
Dan 2017-09-29 14:31:34 -06:00
parent f577d45d0f
commit 202cc1dec3
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}); });
}); });