Browse Source

Remove the trailing slash on the CDN URL in DiscordConfig

tags/docs-0.9
Christopher F 9 years ago
parent
commit
b6e886c071
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net/DiscordConfig.cs

+ 1
- 1
src/Discord.Net/DiscordConfig.cs 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


Loading…
Cancel
Save