Skip to content

Commit

Permalink
Update endpoints (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
amoreauCoveo authored May 28, 2024
1 parent 7b63266 commit 75302a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h1 class="currentSiteName"><em>Tech Blog</em> <span>Menu<i class="arrow"></i></
data-enable-query-syntax="true"
data-enable-field-addon="true">
</div>
<div class="CoveoAnalytics" data-search-hub="CustomerZeroCommunityCustomer">
<div class="CoveoAnalytics" data-search-hub="CustomerZeroCommunityCustomer" data-endpoint="https://coveosearch.analytics.org.coveo.com/rest/ua">
</div>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var TechDocSearchPage = 'https://connect.coveo.com/s/global-search/%40uri';

$(function(){
Coveo.SearchEndpoint.endpoints["default"] = new Coveo.SearchEndpoint({
restUri: 'https://platform.cloud.coveo.com/rest/search',
restUri: 'https://coveosearch.org.coveo.com/rest/search',
accessToken: searchToken
});
Coveo.$("#searchBox").on("afterInitialization", function(){
Expand Down

0 comments on commit 75302a0

Please sign in to comment.