Change realm api endpoiint

This commit is contained in:
kwaroran
2024-05-13 00:44:07 +09:00
parent c2f3054f63
commit f31ff9a399

View File

@@ -912,7 +912,7 @@ export async function downloadRisuHub(id:string) {
type: "wait",
msg: "Downloading..."
})
const res = await fetch(hubURL + '/hub/get/' + id, {
const res = await fetch("https://realm.risuai.net/api/v1/download/png-v3/" + id + '?cors=true', {
headers: {
"x-risu-api-version": "4"
}