mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
update proxy
This commit is contained in:
@@ -24,7 +24,7 @@ export const getPosts = async function ({
|
||||
const isPrime =
|
||||
providerValue === "primeMirror" ? "isPrime=true" : "isPrime=false";
|
||||
|
||||
const url = `https://netmirror.8man.me/api/net-proxy?${isPrime}&url=${
|
||||
const url = `https://netmirror.zendax.tech/api/net-proxy?${isPrime}&url=${
|
||||
baseUrl + filter
|
||||
}`;
|
||||
|
||||
@@ -89,7 +89,7 @@ export const getSearchPosts = async function ({
|
||||
const isPrime =
|
||||
providerValue === "primeMirror" ? "isPrime=true" : "isPrime=false";
|
||||
|
||||
const url = `https://netmirror.8man.me/api/net-proxy?${isPrime}&url=${baseUrl}${
|
||||
const url = `https://netmirror.zendax.tech/api/net-proxy?${isPrime}&url=${baseUrl}${
|
||||
providerValue === "netflixMirror" ? "" : "/pv"
|
||||
}/search.php?s=${encodeURI(searchQuery)}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user