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 1de2b07 commit 163a961Copy full SHA for 163a961
assets/js/coveo.js
@@ -3,7 +3,7 @@ document.addEventListener('DOMContentLoaded', async function () {
3
// Netlify function to get the coveo search token via API
4
async function getSearchToken() {
5
const response = await fetch(
6
- window.location.origin+"/.netlify/functions/search_token"
+ window.location.origin+"/api/v1/auth/search_token"
7
);
8
return response.json();
9
}
0 commit comments