diff --git a/handler/http.go b/handler/http.go index 8aca560..69d73d8 100644 --- a/handler/http.go +++ b/handler/http.go @@ -27,7 +27,6 @@ func (h *HttpHandler) HandleSet(w http.ResponseWriter, r *http.Request) { } content := r.FormValue("content") - if content == "" { badRequest("bin cant be empty", nil, w, r) return