mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-05 20:54:18 +08:00
uncomment hostfallback metrics handler
This commit is contained in:
parent
87860823ed
commit
91e219f9e3
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ func hostUpdateFallback(w http.ResponseWriter, r *http.Request) {
|
|||
return
|
||||
}
|
||||
case models.UpdateMetrics:
|
||||
// mq.UpdateMetricsFallBack(hostUpdate.Node.ID.String(), hostUpdate.NewMetrics)
|
||||
mq.UpdateMetricsFallBack(hostUpdate.Node.ID.String(), hostUpdate.NewMetrics)
|
||||
}
|
||||
logic.ReturnSuccessResponse(w, r, "updated host data")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue