Remove query part from settings url
description
Currently, in drupalSettings.elasticsearch.api_uri
we provide the URI including a query string which contains the indexes. This does not work properly and its also not being used by the app, which gets the indices from drupalSettings.elasticsearch.indexes
instead. Therefore we want to remove it.
accept
Only the base uri is provided in drupalSettings.elasticsearch.api_uri