소스 검색

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 {