There was an error while loading. Please reload this page.
1 parent 138cc22 commit 78b722bCopy full SHA for 78b722b
routes/downloader.js
@@ -14,7 +14,7 @@ router.get('/:uuid', async (req, res) => {
14
}
15
});
16
17
-router.get('/files/download/:uuid', async (req, res) => {
+router.get('/download/:uuid', async (req, res) => {
18
// Extract link and get file from storage send download stream
19
const file = await File.findOne({ uuid: req.params.uuid });
20
// Link expired
0 commit comments