Skip to content

Commit 4a5b4ef

Browse files
authored
Fix multiSearch to allow using host config with path
1 parent 870f0f5 commit 4a5b4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clients/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ class Client {
220220
queries?: MultiSearchParams,
221221
config?: Partial<Request>
222222
): Promise<MultiSearchResponse<T>> {
223-
const url = `/multi-search`
223+
const url = `multi-search`
224224

225225
return await this.httpRequest.post(url, queries, undefined, config)
226226
}

0 commit comments

Comments
 (0)