mirror of
https://github.com/skidoodle/pastebin
synced 2025-10-14 09:44:48 +02:00
fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user