create separate js bundles for upload/download pages
This commit is contained in:
parent
7243a10340
commit
31b810eb7d
13 changed files with 252 additions and 1058 deletions
|
@ -124,7 +124,7 @@ app.get('/download/:id', (req, res) => {
|
|||
})
|
||||
})
|
||||
.catch(() => {
|
||||
res.render('download');
|
||||
res.status(404).render('notfound');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue