Skip to content

Commit 28b3696

Browse files
committed
fix(web): name history request failed
1 parent ffabd3e commit 28b3696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/PlayerNameHistory.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
const {data} = await axios(
5757
process.env.NODE_ENV === 'development'
5858
? `/mojang-api/user/profiles/${this.player.data.uuid_short}/names`
59-
: `https://mojang-api.silent.land/${location.host}/user/profiles/${this.uuid}/names`
59+
: `https://mojang-api.silent.land/${location.host}/user/profiles/${this.player.data.uuid_short}/names`
6060
)
6161
this.names = data.reverse()
6262
}

0 commit comments

Comments
 (0)