update mii-renderer to spfn
This commit is contained in:
parent
e91527f9ca
commit
f618684d40
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ func FetchMii(pid string) ([]byte, *ServiceError) {
|
|||
encoded := url.QueryEscape(miiData)
|
||||
|
||||
renderURL := fmt.Sprintf(
|
||||
"https://mii-unsecure.ariankordi.net/miis/image.png?data=%s&resourceType=high&type=face&width=256",
|
||||
"https://mii-renderer.spfn.net/miis/image.png?data=%s&resourceType=high&type=face&width=256",
|
||||
encoded,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue