diff --git a/packages/rest/src/routes.ts b/packages/rest/src/routes.ts index a18ff4656..89fccf4c2 100644 --- a/packages/rest/src/routes.ts +++ b/packages/rest/src/routes.ts @@ -542,7 +542,7 @@ export function createRoutes(): RestRoutes { }, oauth2Application() { - return 'oauth2/applications/@me' + return '/oauth2/applications/@me' }, gatewayBot() {