Skip to content

Commit

Permalink
added URI to configureCloudV2Endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lamATnginx committed Oct 8, 2024
1 parent 73f8192 commit 07b869c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/coveo.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ document.addEventListener('DOMContentLoaded', async function () {
}

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

const root = document.getElementById("search");
const searchBoxRoot = document.getElementById("searchbox");
Expand Down

0 comments on commit 07b869c

Please # to comment.