Update router.js
This commit is contained in:
parent
d4041906be
commit
1155acf718
@ -15,6 +15,7 @@ app.post('/download', function(req, res) {
|
||||
// ...
|
||||
$('#url').val(log);
|
||||
$('#start-download').click();
|
||||
res.send();
|
||||
});
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user