Skip to content

Commit 8acb95b

Browse files
authored
Merge pull request Automattic#15119 from Automattic/vkarpov15/update-search-endpoint
move search endpoint to netlify
2 parents efae3ba + 865aa36 commit 8acb95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/js/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

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

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

0 commit comments

Comments
 (0)