Skip to content

Commit cacc587

Browse files
committed
Update APPLICATION_CURRENT endpoint
1 parent fec47a8 commit cacc587

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)