Skip to content

Commit

Permalink
Fix hypervisor package
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkren committed Nov 7, 2019
1 parent fa17931 commit 1967ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/hypervisor/hypervisor.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ func (m *Node) getRoutes() http.HandlerFunc {
}
resp := make([]routingRuleResp, len(rules))
for i, rule := range rules {
resp[i] = makeRoutingRuleResp(rule.Key, rule.Value, qSummary)
resp[i] = makeRoutingRuleResp(rule.KeyRouteID(), rule, qSummary)
}
httputil.WriteJSON(w, r, http.StatusOK, resp)
})
Expand Down

0 comments on commit 1967ce0

Please sign in to comment.