mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-18 08:18:22 +00:00
Dashboard API DELETE /api/accounts/:name now checks both unified config (config.yaml) and legacy profiles (profiles.json) before deletion, matching CLI behavior in remove-command.ts. Fixes #455