ack after revoke

This commit is contained in:
medcl 2023-10-19 14:30:33 +08:00
parent f6fe743a88
commit ddba189aec
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ func (h *APIHandler) revokeESNode(w http.ResponseWriter, req *http.Request, ps h
h.WriteError(w, err.Error(), http.StatusInternalServerError)
return
}
h.WriteAckOKJSON(w)
}
func (h *APIHandler) enrollESNode(w http.ResponseWriter, req *http.Request, ps httprouter.Params) {