Browse Source

fix conflict change

Abhishek Kondur 2 years ago
parent
commit
75df40be9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/hosts.go

+ 1 - 1
controllers/hosts.go

@@ -527,7 +527,7 @@ func signalPeer(w http.ResponseWriter, r *http.Request) {
 //	  		oauth
 //
 //			Responses:
-//				200: nodeResponse
+//				200: networkBodyResponse
 func updateAllKeys(w http.ResponseWriter, r *http.Request) {
 	var errorResponse = models.ErrorResponse{}
 	w.Header().Set("Content-Type", "application/json")