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.
2 parents 66ecf40 + e2dd0d6 commit ec53233Copy full SHA for ec53233
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.rappytv.globaltags</groupId>
8
<artifactId>GlobalTagsJava</artifactId>
9
- <version>1.2.5</version>
+ <version>1.2.6</version>
10
11
<name>GlobalTagsJava</name>
12
<description>A wrapper for the GlobalTagsAPI</description>
src/main/java/com/rappytv/globaltags/wrapper/http/Routes.java
@@ -300,7 +300,7 @@ public static String bans(UUID uuid) {
300
* @return The HTTP route
301
*/
302
public static String appealBan(UUID uuid) {
303
- return "/players/" + uuid + "/ban/appeal";
+ return bans(uuid) + "/appeal";
304
}
305
306
/**
0 commit comments