Refact: system apis (#14298)

### What problem does this PR solve?
Refact: system apis

### Type of change

- [x] Refactoring
This commit is contained in:
Magicbook1108
2026-04-23 14:09:42 +08:00
committed by GitHub
parent 57f527eb02
commit 76b017ca32
6 changed files with 185 additions and 207 deletions

View File

@@ -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`,