more explicit comment

This commit is contained in:
A.Unger
2020-04-22 12:31:39 +02:00
parent 96b97ec00d
commit dafaa31d7e

View File

@@ -77,7 +77,7 @@ func (h *webBundleServiceHandler) ListSettingsBundles(w http.ResponseWriter, r *
resp := &ListSettingsBundlesResponse{}
// TODO no need to parse any body on a get request. This code shoud be removed fro GET endpoints
// TODO no need to parse any body on a get request. This code shoud be removed from GET endpoints, ergo updating the generator.
// if err := json.NewDecoder(r.Body).Decode(&req); err != nil {
// http.Error(w, err.Error(), http.StatusPreconditionFailed)
// return