Fix healthcheck endpoint
@@ -65,7 +65,7 @@ class SearchService {
}
getInfo() {
- return this.delegator.info({});
+ return this.delegator.client.info({});
async buildIndex() {