Compare commits
2 Commits
4af5a5b14f
...
860b53ffbb
| Author | SHA1 | Date |
|---|---|---|
|
|
860b53ffbb | |
|
|
510ba54a21 |
|
|
@ -821,7 +821,7 @@ func RemoveClient(db store.IStore) echo.HandlerFunc {
|
|||
return c.JSON(http.StatusInternalServerError, jsonHTTPResponse{false, "Cannot delete client from database"})
|
||||
}
|
||||
|
||||
log.Infof("Removed wireguard client: %v", client.Name)
|
||||
log.Infof("Removed wireguard client: %v", client.ID)
|
||||
return c.JSON(http.StatusOK, jsonHTTPResponse{true, "Client removed"})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue