mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-03-21 17:34:19 -05:00
fix: Correct typo in Content-Type header value
This commit is contained in:
parent
69609c37ff
commit
9fff2a4bf7
|
|
@ -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',
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user