fixed bracket bug
This commit is contained in:
parent
38449a23fb
commit
fdb0734208
1 changed files with 2 additions and 2 deletions
|
@ -84,9 +84,9 @@ app.get('/assets/download/:id', (req, res) => {
|
|||
log.info('Deleted:', id);
|
||||
}
|
||||
});
|
||||
|
||||
file_stream.pipe(res);
|
||||
});
|
||||
|
||||
file_stream.pipe(res);
|
||||
})
|
||||
.catch(err => {
|
||||
res.sendStatus(404);
|
||||
|
|
Loading…
Reference in a new issue