mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-10 21:55:42 +08:00
Delete duplicate route (#14883)
### What problem does this PR solve? The delete /graph is duplicated of `/datasets/<dataset_id>/<index_type>`, delete it. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -50,4 +50,4 @@ class TestKnowledgeGraph:
|
||||
dataset_id = add_dataset_func
|
||||
res = delete_knowledge_graph(HttpApiAuth, dataset_id)
|
||||
assert res["code"] == 0, res
|
||||
assert res["data"] is True, res
|
||||
assert res["data"] is not None, res
|
||||
|
||||
Reference in New Issue
Block a user