refactored localStorage into storage module for frontend
This commit is contained in:
parent
cb0d69c5cd
commit
d660eda64c
4 changed files with 134 additions and 96 deletions
|
@ -114,9 +114,7 @@ app.get('/download/:id', (req, res) => {
|
|||
filename: decodeURIComponent(filename),
|
||||
filesize: bytes(contentLength),
|
||||
sizeInBytes: contentLength,
|
||||
timeToExpiry: timeToExpiry,
|
||||
trackerId: conf.analytics_id,
|
||||
dsn: conf.sentry_id
|
||||
timeToExpiry: timeToExpiry
|
||||
});
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue