update discord url

This commit is contained in:
Skillz
2020-05-23 10:20:15 -04:00
parent 41620c2df2
commit 8e68c6a3da

View File

@@ -1,6 +1,6 @@
export const baseEndpoints = {
/** Although, the version can be defaulted, keep the v6 as it can be changed to test newer versions when necessary. */
BASE_URL: "https://discordapp.com/api/v6",
BASE_URL: "https://discord.com/api/v6",
CDN_URL: "https://cdn.discordapp.com",
};