Skip to content

Commit 7e2ba6f

Browse files
authored
fix: update new user sync api (#4145)
1 parent 34e7202 commit 7e2ba6f

File tree

1 file changed

+1
-1
lines changed
  • projects/app/src/web/support/user

1 file changed

+1
-1
lines changed

projects/app/src/web/support/user/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const getCaptchaPic = (username: string) =>
9696
captchaImage: string;
9797
}>('/proApi/support/user/account/captcha/getImgCaptcha', { username });
9898

99-
export const postSyncMembers = () => POST('/proApi/support/user/team/org/sync');
99+
export const postSyncMembers = () => POST('/proApi/support/user/sync');
100100

101101
export const GetSearchUserGroupOrg = (
102102
searchKey: string,

0 commit comments

Comments
 (0)