feat: 移除部分遗留的ClientConfig

This commit is contained in:
Akizon77
2025-04-30 18:20:23 +08:00
parent 053592f26c
commit 550a4a7e98
2 changed files with 25 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ func RemoveClient(c *gin.Context) {
"error": "Invalid or missing UUID",
})
}
err := clients.DeleteClientConfig(req.UUID)
err := clients.DeleteClient(req.UUID)
if err != nil {
c.JSON(500, gin.H{
"status": "error",