[fix] return proxy
This commit is contained in:
@@ -637,7 +637,7 @@ export async function globalFetch(url:string, arg:{plainFetchForce?:boolean,body
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
const furl = `/proxy?url=${encodeURIComponent(url)}`
|
const furl = hubURL + `/proxy?url=${encodeURIComponent(url)}`
|
||||||
|
|
||||||
const da = await fetch(furl, {
|
const da = await fetch(furl, {
|
||||||
body: body,
|
body: body,
|
||||||
|
|||||||
Reference in New Issue
Block a user