fix: update API endpoint to use new base URL for net-proxy requests

This commit is contained in:
himanshu8443
2025-07-23 13:34:01 +05:30
parent b21d79cf46
commit be93715105
14 changed files with 16 additions and 17 deletions

View File

@@ -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);