mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 23:41:12 +08:00
Fix delete graph (#14484)
### What problem does this PR solve? Fix delete graph ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -255,7 +255,7 @@ export function getKnowledgeGraph(knowledgeId: string) {
|
||||
}
|
||||
|
||||
export function deleteKnowledgeGraph(knowledgeId: string) {
|
||||
return request.delete(api.getKnowledgeGraph(knowledgeId));
|
||||
return request.delete(api.knowledgeGraph(knowledgeId));
|
||||
}
|
||||
|
||||
export const listDataset = (params?: IFetchKnowledgeListRequestParams) =>
|
||||
|
||||
Reference in New Issue
Block a user