Remove the trailing slash on the CDN URL in DiscordConfig

This commit is contained in:
Christopher F
2015-12-24 16:40:01 -05:00
parent 3bdcd5ebb7
commit b6e886c071

View File

@@ -44,7 +44,7 @@ namespace Discord
public const string ClientAPIUrl = "https://discordapp.com/api/";
public const string StatusAPIUrl = "https://status.discordapp.com/api/v2/";
public const string CDNUrl = "https://cdn.discordapp.com/";
public const string CDNUrl = "https://cdn.discordapp.com";
public const string InviteUrl = "https://discord.gg/";
//Global