[fix] return proxy

This commit is contained in:
kwaroran
2023-07-07 06:08:51 +09:00
parent 1139de8140
commit 73b86f0a64

View File

@@ -637,7 +637,7 @@ export async function globalFetch(url:string, arg:{plainFetchForce?:boolean,body
}
}
else{
const furl = `/proxy?url=${encodeURIComponent(url)}`
const furl = hubURL + `/proxy?url=${encodeURIComponent(url)}`
const da = await fetch(furl, {
body: body,