Skip to content

Commit dccec93

Browse files
committed
fix old discord path
1 parent 1b74e31 commit dccec93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default {
8181
return {};
8282
});
8383
const { data: discordData } = await app.$axios
84-
.get("https://discordapp.com/api/servers/164734812668559360/widget.json")
84+
.get("https://discord.com/api/guilds/164734812668559360/widget.json")
8585
.catch(err => {
8686
console.error(err);
8787
return {};

0 commit comments

Comments
 (0)