Skip to content

Commit 66ca159

Browse files
committed
added URI to configureCloudV2Endpoint
1 parent 23ee53b commit 66ca159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/coveo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ document.addEventListener('DOMContentLoaded', async function () {
99
}
1010

1111
const searchToken = await getSearchToken()
12-
Coveo.SearchEndpoint.configureCloudV2Endpoint("f5networkx1h1607h", searchToken.token);
12+
Coveo.SearchEndpoint.configureCloudV2Endpoint("f5networkx1h1607h", searchToken.token, "https://f5networkx1h1607h.org.coveo.com/rest/search");
1313

1414
const root = document.getElementById("search");
1515
const searchBoxRoot = document.getElementById("searchbox");

0 commit comments

Comments
 (0)