Fix commit override from #14298 of api-key to api_key (#14328)

### What problem does this PR solve?

Fix commit override from
https://github.com/infiniflow/ragflow/pull/14298/ of `api-key` to `api_key`

### Type of change

- [x] Refactoring
This commit is contained in:
Wang Qi
2026-04-23 17:16:32 +08:00
committed by GitHub
parent 4458763a93
commit ba47c13eb5
2 changed files with 2 additions and 2 deletions

View File

@@ -174,7 +174,7 @@ export default {
createSystemToken: `${restAPIv1}/system/tokens`,
removeSystemToken: `${restAPIv1}/system/tokens`,
getSystemConfig: `${restAPIv1}/system/config`,
setLangfuseConfig: `${restAPIv1}/langfuse/api_key`,
setLangfuseConfig: `${restAPIv1}/langfuse/api-key`,
// flow
listTemplates: `${webAPI}/canvas/templates`,