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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user