فهرست منبع

fix update inet gw api

abhishek9686 1 سال پیش
والد
کامیت
de30a9d583
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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 {