mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-24 17:10:12 +08:00
Add task API (#14393)
### What problem does this PR solve? Add task API ### Type of change - [x] Refactor
This commit is contained in:
@@ -107,11 +107,11 @@ const methods = {
|
||||
},
|
||||
cancelDataflow: {
|
||||
url: cancelDataflow,
|
||||
method: 'put',
|
||||
method: 'post',
|
||||
},
|
||||
cancelCanvas: {
|
||||
url: cancelCanvas,
|
||||
method: 'put',
|
||||
method: 'post',
|
||||
},
|
||||
createAgentSession: {
|
||||
url: api.createAgentSession,
|
||||
|
||||
Reference in New Issue
Block a user