Update readme

This commit is contained in:
Alex Tran 2022-02-07 23:55:30 -06:00
parent 919928ab70
commit 6ad77e9434
5 changed files with 9 additions and 31 deletions

View file

@ -118,7 +118,6 @@ export class AssetController {
}
/** Sending Partial Content With HTTP Code 206 */
console.log('Sendinf file with type ', asset.mimeType);
res.status(206).set({
'Content-Range': `bytes ${start}-${end}/${size}`,