Update router.js

This commit is contained in:
Theenoro 2017-09-27 09:05:10 +02:00
parent d4041906be
commit 1155acf718

View File

@ -15,6 +15,7 @@ app.post('/download', function(req, res) {
// ...
$('#url').val(log);
$('#start-download').click();
res.send();
});