Skip to content

Commit

Permalink
Updated Discord API base uri
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokulu committed Aug 24, 2020
1 parent 813f61a commit 50980ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mokulu</groupId>
<artifactId>discord-oauth2-api</artifactId>
<version>1.0</version>
<version>1.0.1</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Interact with the Discord OAuth2 API</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/mokulu/discord/oauth/DiscordAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@RequiredArgsConstructor
public class DiscordAPI
{
public static final String BASE_URI = "https://discordapp.com/api";
public static final String BASE_URI = "https://discord.com/api";
private static final Gson gson = new GsonBuilder().serializeNulls().enableComplexMapKeySerialization().create();
private final String accessToken;

Expand Down

0 comments on commit 50980ab

Please sign in to comment.