From e9c011eef54aa3279c337d5ad53115764ff73461 Mon Sep 17 00:00:00 2001 From: Yaikava <83710104+Yaikava@users.noreply.github.com> Date: Sat, 15 Apr 2023 12:52:23 +0000 Subject: [PATCH] fix(rest): `oauth2Application` route (#3002) --- packages/rest/src/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {