Skip to content

Commit

Permalink
fix old discord path
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 committed Dec 1, 2024
1 parent 1b74e31 commit dccec93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default {
return {};
});
const { data: discordData } = await app.$axios
.get("https://discordapp.com/api/servers/164734812668559360/widget.json")
.get("https://discord.com/api/guilds/164734812668559360/widget.json")
.catch(err => {
console.error(err);
return {};
Expand Down

0 comments on commit dccec93

Please sign in to comment.