test cn lighthouse
This commit is contained in:
parent
a12cd7c2bb
commit
c9c8454a21
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue