Commit e1f19b05 authored by nanahira's avatar nanahira

fix avatar

parent cf9a1d7d
Pipeline #8798 passed with stages
in 1 minute and 8 seconds
......@@ -57,7 +57,7 @@ export default class Api {
}
static getAvatar(opt) {
return Vue.http.get(`https://api.moecube.com/accounts/users/${opt.username}.avatar`)
return Vue.http.get(`https://sapi.moecube.com:444/accounts/users/${opt.username}.avatar`)
}
static getCardInfo(opt) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment