Skip to content

Commit

Permalink
Merge pull request #15119 from Automattic/vkarpov15/update-search-end…
Browse files Browse the repository at this point in the history
…point

move search endpoint to netlify
  • Loading branch information
vkarpov15 authored Dec 19, 2024
2 parents efae3ba + 865aa36 commit 8acb95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/js/search.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const root = 'https://mongoosejs.azurewebsites.net/api';
const root = 'https://mongoose-js.netlify.app/.netlify/functions';

const defaultVersion = '8.x';
const versionFromUrl = window.location.pathname.match(/^\/docs\/(\d+\.x)/);
Expand Down

0 comments on commit 8acb95b

Please sign in to comment.