mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-06-16 21:03:58 +08:00
The backend always serializes config fields with kebab-case JSON tags (internal/config/config.go). The camelCase and snake_case fallbacks in normalizeApiKeyEntry / normalizeProviderKeyConfig / normalizeGeminiKeyConfig / normalizeOpenAIProvider / normalizeAmpcode* / normalizeConfigResponse are dead paths. Read kebab-case only. The legacy openai-compatibility `api-keys` (flat string array) flat-string branch is also gone — backend startup migration is disabled (internal/config/config.go:657).