Browse Source

fix update inet gw api

abhishek9686 1 năm trước cách đây
mục cha
commit
de30a9d583
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      pro/controllers/inet_gws.go

+ 0 - 1
pro/controllers/inet_gws.go

@@ -115,7 +115,6 @@ func updateInternetGw(w http.ResponseWriter, r *http.Request) {
 		return
 	}
 	proLogic.UnsetInternetGw(&node)
-
 	proLogic.SetInternetGw(&node, request)
 	err = logic.UpsertNode(&node)
 	if err != nil {