There was an error while loading. Please reload this page.
1 parent 184f64b commit 395e5e2Copy full SHA for 395e5e2
1 file changed
ui/src/api/admin/system/chat-user.ts
@@ -57,7 +57,7 @@ const postBatchSetChatUserGroups = (request: BatchSetChatUserGroupsRequest) => {
57
58
/** 获取可导入的对话用户来源。 */
59
const getChatUserSyncTypes = () => {
60
- return get<string[]>(`${prefix}/sync_types`)
+ return get<string[]>(`${prefix}/sync/types`)
61
}
62
63
/** 从指定来源导入对话用户。 */
0 commit comments