Commit b448ec45 authored by nanahira's avatar nanahira

use cdn02 everywhere

parent faf2a1db
Pipeline #9046 passed with stages
in 2 minutes and 34 seconds
......@@ -398,7 +398,7 @@
API.getAvatar({ username: username }).then((res) => {
_this.avatar_url = res.data
}, (res) => {
_this.avatar_url = "https://cdn01.moecube.com/accounts/default_avatar.jpg"
_this.avatar_url = "https://cdn02.moecube.com:444/accounts/default_avatar.jpg"
});
API.getUserInfo({ username: username }).then((res) => {
......
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