fix(papi-user): use normal CDN routes
This commit is contained in:
parent
c4cd1fd16a
commit
cdd7ddd6cc
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ pub async fn get_user(auth: Auth<false>) -> Json<UserInfoResponse> {
|
||||||
.map(|v| v.name)
|
.map(|v| v.name)
|
||||||
.unwrap_or_else(|| "INVALID".to_string())
|
.unwrap_or_else(|| "INVALID".to_string())
|
||||||
},
|
},
|
||||||
image_url: format!("https://minio.spfn.cc:9000/act-rs/mii/{}/normal_face.png", user.pid),
|
image_url: format!("https://cdn.spfn.cc/mii/{}/normal_face.png", user.pid),
|
||||||
},
|
},
|
||||||
flags: FlagsInfo {
|
flags: FlagsInfo {
|
||||||
marketing: user.marketing_allowed,
|
marketing: user.marketing_allowed,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue