mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
fix: update API endpoint from netmirror.8man.me to netmirror.zendax.tech in multiple files
This commit is contained in:
@@ -9,7 +9,7 @@ export const getMeta = async function ({
|
||||
try {
|
||||
const isPrime =
|
||||
providerValue === "primeMirror" ? "isPrime=true" : "isPrime=false";
|
||||
const url = `https://netmirror.8man.me/api/net-proxy?${isPrime}&url=${encodeURIComponent(
|
||||
const url = `https://netmirror.zendax.tech/api/net-proxy?${isPrime}&url=${encodeURIComponent(
|
||||
link
|
||||
)}`;
|
||||
console.log("nfifo", url);
|
||||
|
||||
Reference in New Issue
Block a user