mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-08-20 08:04:08 -05:00
fix: Correct typo in Content-Type header value
This commit is contained in:
@@ -11,7 +11,7 @@ npdi.get('/p01/data/1/:titleHash/:dataID/:fileHash', (request, response) => {
|
||||
|
||||
response.sendFile(contentPath, {
|
||||
headers: {
|
||||
'Content-Type': 'applicatoin/octet-stream',
|
||||
'Content-Type': 'application/octet-stream',
|
||||
'Content-Disposition': 'attachment',
|
||||
'Content-Transfer-Encoding': 'binary',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user