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

@@ -11,7 +11,7 @@ export const getStream = async ({
try {
let providerValue = "primeMirror";
const baseUrl = "https://netfree2.cc";
const url = `https://netmirror.zendax.tech/api/net-proxy?url=${baseUrl}${
const url = `https://netmirror.8man.dev/api/net-proxy?url=${baseUrl}${
providerValue === "netflixMirror"
? "/mobile/playlist.php?id="
: "/pv/playlist.php?id="