mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-06-18 04:37:45 +00:00
fix: update hdhub4u search URL and bump version
This commit is contained in:
@@ -52,7 +52,7 @@ export const getSearchPosts = async function ({
|
||||
page: String(page),
|
||||
analytics_tag: today,
|
||||
});
|
||||
const searchUrl = `https://search.hdhub4u.glass/collections/post/documents/search?${params.toString()}`;
|
||||
const searchUrl = `https://search.pingora.fyi/collections/post/documents/search?${params.toString()}`;
|
||||
const res = await fetch(searchUrl, {
|
||||
headers: {
|
||||
...hdbHeaders,
|
||||
|
||||
Reference in New Issue
Block a user