mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-09 21:48:50 -06:00
more explicit comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user