Skip to content

Commit 58b3d03

Browse files
vince-hzhyrious
authored andcommitted
fix(v1): add router for apple binding (#772)
1 parent a3768a5 commit 58b3d03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/v1/controller/user/Router.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import { BindingAgora } from "./binding/platform/agora/Binding";
1616
import { BindingGithub } from "./binding/platform/github/Binding";
1717
import { BindingGoogle } from "./binding/platform/google/Binding";
1818
import { BindingEmail } from "./binding/platform/email/Binding";
19+
import { BindingApple } from "./binding/platform/apple/Binding";
1920

2021
export const userRouters: Readonly<Array<ControllerClass<any, any>>> = Object.freeze([
2122
Rename,
@@ -24,6 +25,7 @@ export const userRouters: Readonly<Array<ControllerClass<any, any>>> = Object.fr
2425
BindingWeChatWeb,
2526
BindingWeChatMobile,
2627
BindingGithub,
28+
BindingApple,
2729
BindingAgora,
2830
BindingGoogle,
2931
BindingEmail,

0 commit comments

Comments
 (0)