test cn lighthouse

This commit is contained in:
zeppi 2021-07-19 21:42:31 -04:00
parent a12cd7c2bb
commit c9c8454a21

View file

@ -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),
};