Skip to content

Commit 395e5e2

Browse files
committed
feat: update sync types endpoint and refactor related API paths
1 parent 184f64b commit 395e5e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/api/admin/system/chat-user.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const postBatchSetChatUserGroups = (request: BatchSetChatUserGroupsRequest) => {
5757

5858
/** 获取可导入的对话用户来源。 */
5959
const getChatUserSyncTypes = () => {
60-
return get<string[]>(`${prefix}/sync_types`)
60+
return get<string[]>(`${prefix}/sync/types`)
6161
}
6262

6363
/** 从指定来源导入对话用户。 */

0 commit comments

Comments
 (0)