lint
This commit is contained in:
parent
b673fad703
commit
aa8c1afa9d
5 changed files with 44 additions and 47 deletions
|
@ -60,11 +60,12 @@ app.get('/file/:id', (req, res) => {
|
|||
name: filename,
|
||||
filesize: bytes(contentLength),
|
||||
fileId: id
|
||||
})
|
||||
}).catch(() => {
|
||||
});
|
||||
})
|
||||
.catch(() => {
|
||||
console.log('error retrieving id ' + id);
|
||||
});
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
app.get('/download/:id', (req, res) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue