mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
fix: update API endpoint to use new base URL for net-proxy requests
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.zendax.tech/api/net-proxy?${isPrime}&url=${encodeURIComponent(
|
||||
const url = `https://netmirror.8man.dev/api/net-proxy?${isPrime}&url=${encodeURIComponent(
|
||||
link
|
||||
)}`;
|
||||
console.log("nfifo", url);
|
||||
|
||||
Reference in New Issue
Block a user