This commit is contained in:
kwaroran
2023-07-04 05:46:06 +09:00

View File

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