mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-27 02:42:00 +08:00
Refactor: migrate document run api (#14351)
### What problem does this PR solve? Before migration: POST /v1/document/run After migration: POST /api/v1/documents/ingest/ ### Type of change - [x] Refactoring
This commit is contained in:
@@ -19,7 +19,7 @@ const {
|
||||
documentChangeParser,
|
||||
documentThumbnails,
|
||||
retrievalTest,
|
||||
documentRun,
|
||||
documentIngest,
|
||||
documentUpload,
|
||||
webCrawl,
|
||||
knowledgeGraph,
|
||||
@@ -47,8 +47,8 @@ const methods = {
|
||||
url: documentChangeStatus,
|
||||
method: 'post',
|
||||
},
|
||||
documentRun: {
|
||||
url: documentRun,
|
||||
documentIngest: {
|
||||
url: documentIngest,
|
||||
method: 'post',
|
||||
},
|
||||
documentChangeParser: {
|
||||
|
||||
Reference in New Issue
Block a user