mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-16 04:37:21 +08:00
Refact: system apis (#14298)
### What problem does this PR solve? Refact: system apis ### Type of change - [x] Refactoring
This commit is contained in:
@@ -175,8 +175,8 @@ export default {
|
||||
getSystemTokenList: `${restAPIv1}/system/tokens`,
|
||||
createSystemToken: `${restAPIv1}/system/tokens`,
|
||||
removeSystemToken: `${restAPIv1}/system/tokens`,
|
||||
getSystemConfig: `${webAPI}/system/config`,
|
||||
setLangfuseConfig: `${restAPIv1}/langfuse/api-key`,
|
||||
getSystemConfig: `${restAPIv1}/system/config`,
|
||||
setLangfuseConfig: `${restAPIv1}/langfuse/api_key`,
|
||||
|
||||
// flow
|
||||
listTemplates: `${webAPI}/canvas/templates`,
|
||||
|
||||
Reference in New Issue
Block a user