mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Remove content type for raw requests
This commit is contained in:
parent
27744d8e56
commit
e57a840ede
@ -33,6 +33,7 @@ function makeRawRequest (options: {
|
||||
return makeGetRequest({
|
||||
url: `${protocol}//${host}`,
|
||||
path: pathname,
|
||||
contentType: undefined,
|
||||
|
||||
...pick(options, [ 'expectedStatus', 'range', 'token', 'query' ])
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user