We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ee53b commit 66ca159Copy full SHA for 66ca159
assets/js/coveo.js
@@ -9,7 +9,7 @@ document.addEventListener('DOMContentLoaded', async function () {
9
}
10
11
const searchToken = await getSearchToken()
12
- Coveo.SearchEndpoint.configureCloudV2Endpoint("f5networkx1h1607h", searchToken.token);
+ Coveo.SearchEndpoint.configureCloudV2Endpoint("f5networkx1h1607h", searchToken.token, "https://f5networkx1h1607h.org.coveo.com/rest/search");
13
14
const root = document.getElementById("search");
15
const searchBoxRoot = document.getElementById("searchbox");
0 commit comments