diff --git a/ui/redux/actions/search.js b/ui/redux/actions/search.js index 714907c5e..a57c39f8c 100644 --- a/ui/redux/actions/search.js +++ b/ui/redux/actions/search.js @@ -19,7 +19,7 @@ type SearchOptions = { }; let lighthouse = { - CONNECTION_STRING: 'https://lighthouse.lbry.com/search', + CONNECTION_STRING: 'https://cn.lighthouse.lbry.com/search', search: (queryString: string) => fetch(`${lighthouse.CONNECTION_STRING}?${queryString}`).then(handleFetchResponse), };