Skip to content

Commit

Permalink
Update ApiRequest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
xxAROX authored Jul 23, 2024
1 parent 2e43fe0 commit aa69e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xxAROX/PresenceMan/entity/ApiRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class ApiRequest{
/** @internal */
static string $URI_UPDATE_PRESENCE = "/api/v1/servers/update_presence";
/** @internal */
static string $URI_UPDATE_SKIN = "/api/v1/images/skins/update";
static string $URI_UPDATE_SKIN = "/api/v1/servers/update_skin";
/** @internal */
static string $URI_UPDATE_OFFLINE = "/api/v1/servers/offline";
/** @internal */
Expand Down

0 comments on commit aa69e46

Please sign in to comment.