mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-20 04:39:00 +08:00
feat: modify routing to nested mode and rename document (#52)
* feat: modify routing to nested mode * feat: rename document
This commit is contained in:
@ -20,6 +20,7 @@ const {
|
||||
switch_chunk,
|
||||
rm_chunk,
|
||||
retrieval_test,
|
||||
document_rename,
|
||||
} = api;
|
||||
|
||||
const methods = {
|
||||
@ -57,6 +58,10 @@ const methods = {
|
||||
url: document_rm,
|
||||
method: 'post',
|
||||
},
|
||||
document_rename: {
|
||||
url: document_rename,
|
||||
method: 'post',
|
||||
},
|
||||
document_create: {
|
||||
url: document_create,
|
||||
method: 'post',
|
||||
|
||||
Reference in New Issue
Block a user