Don't send auth token to elastic
This commit is contained in:
@@ -466,7 +466,7 @@ const elasticSearchMoviesAndShows = query => {
|
||||
|
||||
return fetch(url.href, {
|
||||
method: "POST",
|
||||
headers: AUTHORIZATION_HEADERS(),
|
||||
headers: { "Content-Type": "application/json" },
|
||||
body: JSON.stringify(body)
|
||||
})
|
||||
.then(resp => resp.json())
|
||||
|
||||
Reference in New Issue
Block a user