Skip to content

Commit

Permalink
Perform rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
markaya committed Dec 16, 2022
1 parent 825abaf commit a2ec659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ private[elasticsearch] final class HttpElasticExecutor private (config: ElasticC
private def executeQuery(r: GetByQuery): Task[Option[ElasticQueryResponse]] =
sendRequestWithCustomResponse(
request
.post(uri"$basePath/${IndexName.unwrap(r.index)}/_search")
.post(uri"${config.uri}/${IndexName.unwrap(r.index)}/_search")
.response(asJson[ElasticQueryResponse])
.contentType(ApplicationJson)
.body(r.query.asJsonBody)
Expand Down

0 comments on commit a2ec659

Please sign in to comment.