mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Remove content type for raw requests
This commit is contained in:
parent
27744d8e56
commit
e57a840ede
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ function makeRawRequest (options: {
|
|||
return makeGetRequest({
|
||||
url: `${protocol}//${host}`,
|
||||
path: pathname,
|
||||
contentType: undefined,
|
||||
|
||||
...pick(options, [ 'expectedStatus', 'range', 'token', 'query' ])
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue