From 75302a08cee324d08e062dd17a2af15d4d6d8c10 Mon Sep 17 00:00:00 2001 From: amoreauCoveo Date: Tue, 28 May 2024 09:27:30 -0400 Subject: [PATCH] Update endpoints (#307) --- _layouts/base.html | 2 +- js/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/base.html b/_layouts/base.html index edee2414..0ae9a77e 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -129,7 +129,7 @@

Tech Blog Menu -
+
diff --git a/js/main.js b/js/main.js index 6902cd2c..4672ca2c 100644 --- a/js/main.js +++ b/js/main.js @@ -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(){