Skip to content

Commit

Permalink
Update ApiRequest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
xxAROX authored Jul 23, 2024
1 parent 6263591 commit 94a4fb6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public final class ApiRequest {
private String uri;

public static final String URI_UPDATE_PRESENCE = "/api/v1/servers/update_presence";
public static final String URI_UPDATE_SKIN = "/api/v1/images/skins/update";
public static final String URI_UPDATE_SKIN = "/api/v1/servers/update_skin";
public static final String URI_UPDATE_OFFLINE = "/api/v1/servers/offline";
public static final String URI_GET_SKIN = "/api/v1/images/skins/";
public static final String URI_GET_HEAD = "/api/v1/images/heads/";
Expand Down Expand Up @@ -79,4 +79,4 @@ public ApiRequest body(String key, String value) {
public boolean isPostMethod() {
return this.postMethod;
}
}
}

0 comments on commit 94a4fb6

Please sign in to comment.