0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-27 21:39:16 -05:00

chore: rename route for bind and sign in (#277)

This commit is contained in:
Wang Sijie 2022-02-23 16:17:42 +08:00 committed by GitHub
parent fe0ece4e49
commit c033c5e4ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ export default function sessionRoutes<T extends AnonymousRouter>(router: T, prov
);
router.post(
'/session/sign-in/social-related-user',
'/session/sign-in/bind-social-related-user-and-sign-in',
koaGuard({
body: object({ connectorId: string() }),
}),