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

@@ -257,7 +257,7 @@ async function modExtractor(url: string, providerContext: ProviderContext) {
// find input with name="_wp_http2"
const wpHttp2 = $("input").attr("name", "_wp_http2").val();
// console.log('wpHttp2', wpHttp2);
console.log("wpHttp2", wpHttp2);
// form data
var bodyFormData = new FormData();