mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-30 04:29:24 +08:00
Fix: Login page type error. (#14156)
### What problem does this PR solve? Fix: Login page type error. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -11,9 +11,6 @@ const {
|
||||
getMcpServer,
|
||||
importMcpServer,
|
||||
exportMcpServer,
|
||||
listMcpServerTools,
|
||||
testMcpServerTool,
|
||||
cacheMcpServerTool,
|
||||
testMcpServer,
|
||||
} = api;
|
||||
|
||||
@@ -46,18 +43,6 @@ const methods = {
|
||||
url: exportMcpServer,
|
||||
method: 'post',
|
||||
},
|
||||
listTools: {
|
||||
url: listMcpServerTools,
|
||||
method: 'post',
|
||||
},
|
||||
testTool: {
|
||||
url: testMcpServerTool,
|
||||
method: 'post',
|
||||
},
|
||||
cacheTool: {
|
||||
url: cacheMcpServerTool,
|
||||
method: 'post',
|
||||
},
|
||||
test: {
|
||||
url: testMcpServer,
|
||||
method: 'post',
|
||||
|
||||
Reference in New Issue
Block a user