formatted
This commit is contained in:
parent
6cb1fc433e
commit
5fe901e31d
2 changed files with 2 additions and 4 deletions
|
@ -35,7 +35,7 @@ app.get('/exists/:id', (req, res) => {
|
|||
let id = req.params.id;
|
||||
storage.exists(id).then(doesExist => {
|
||||
res.sendStatus(doesExist ? 200 : 404);
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
app.get('/download/:id', (req, res) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue