Adding link to gzipped data
This commit is contained in:
@@ -178,8 +178,7 @@ export class TeamRoutes {
|
||||
readable.push(null)
|
||||
|
||||
res.writeHead(200, {
|
||||
"Content-Type": "text/html",
|
||||
"Content-Encoding": "gzip",
|
||||
"Content-Type": "application/gzip",
|
||||
})
|
||||
readable.pipe(gzip).pipe(res)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user