mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix(rest): oauth2Application route (#3002)
This commit is contained in:
@@ -542,7 +542,7 @@ export function createRoutes(): RestRoutes {
|
||||
},
|
||||
|
||||
oauth2Application() {
|
||||
return 'oauth2/applications/@me'
|
||||
return '/oauth2/applications/@me'
|
||||
},
|
||||
|
||||
gatewayBot() {
|
||||
|
||||
Reference in New Issue
Block a user