mirror of
https://github.com/komari-monitor/komari.git
synced 2025-11-03 13:33:14 +00:00
feat: 移除部分遗留的ClientConfig
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user