Merge branch 'logging' of gitlab.com:NebulousLabs/siawebviewer into logging

This commit is contained in:
David Vorick 2020-02-04 16:40:43 +01:00
commit a6cbaefee6
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ export class Server {
},
proxyReqPathResolver: req => {
const { hash } = req.params
return req.query && req.query.attachement
return req.query && req.query.attachment
? `/skynet/skylink/${hash}?attachment=true`
: `/skynet/skylink/${hash}`
}