aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/server-commands
diff options
context:
space:
mode:
Diffstat (limited to 'shared/server-commands')
-rw-r--r--shared/server-commands/requests/requests.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/server-commands/requests/requests.ts b/shared/server-commands/requests/requests.ts
index b247017fd..dc9cf4e01 100644
--- a/shared/server-commands/requests/requests.ts
+++ b/shared/server-commands/requests/requests.ts
@@ -33,6 +33,7 @@ function makeRawRequest (options: {
33 return makeGetRequest({ 33 return makeGetRequest({
34 url: `${protocol}//${host}`, 34 url: `${protocol}//${host}`,
35 path: pathname, 35 path: pathname,
36 contentType: undefined,
36 37
37 ...pick(options, [ 'expectedStatus', 'range', 'token', 'query' ]) 38 ...pick(options, [ 'expectedStatus', 'range', 'token', 'query' ])
38 }) 39 })