mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-06 13:14:24 +08:00
fix: add status to updated node response during update (#3363)
This commit is contained in:
parent
57c910ba69
commit
372c797e60
1 changed files with 2 additions and 0 deletions
|
@ -678,6 +678,8 @@ func updateNode(w http.ResponseWriter, r *http.Request) {
|
|||
logic.UpdateRelayed(¤tNode, newNode)
|
||||
}
|
||||
|
||||
logic.GetNodeStatus(newNode, false)
|
||||
|
||||
apiNode := newNode.ConvertToAPINode()
|
||||
logger.Log(
|
||||
1,
|
||||
|
|
Loading…
Add table
Reference in a new issue