diff --git a/src/forge/Wiki/fetch.js b/src/forge/Wiki/fetch.js index ccb9676a2..9f0e69017 100644 --- a/src/forge/Wiki/fetch.js +++ b/src/forge/Wiki/fetch.js @@ -12,7 +12,7 @@ if (window.location.href.indexOf('localhost') > -1) { actionUrl = "https://test-search.trustie.net"; // actionUrl = 'https://testforgeplus.trustie.net'; axios.defaults.withCredentials = true; -}else if (window.location.href.indexOf('wiki-api') > -1) { +}else if (window.location.href.indexOf('forgeplus') > -1) { actionUrl = "https://wiki-api.trustie.net"; axios.defaults.withCredentials = true; }