We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b74e31 commit dccec93Copy full SHA for dccec93
src/client/pages/index.vue
@@ -81,7 +81,7 @@ export default {
81
return {};
82
});
83
const { data: discordData } = await app.$axios
84
- .get("https://discordapp.com/api/servers/164734812668559360/widget.json")
+ .get("https://discord.com/api/guilds/164734812668559360/widget.json")
85
.catch(err => {
86
console.error(err);
87
0 commit comments