Skip to content

Commit 789e1ed

Browse files
authored
Merge pull request #22 from jocafamaka/update-APPLICATION_CURRENT-endpoint
Update APPLICATION_CURRENT endpoint
2 parents 50ed37f + cacc587 commit 789e1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Discord/Endpoint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class Endpoint
227227
// GET, PUT
228228
public const USER_CURRENT_APPLICATION_ROLE_CONNECTION = self::USER_CURRENT.'/applications/:application_id/role-connection';
229229
// GET
230-
public const APPLICATION_CURRENT = 'oauth2/applications/@me';
230+
public const APPLICATION_CURRENT = 'applications/@me';
231231

232232
// GET, PATCH, DELETE
233233
public const WEBHOOK = 'webhooks/:webhook_id';

0 commit comments

Comments
 (0)