Browse Source

b raus

pull/1/head
Georg Spar 1 year ago
parent
commit
1f32e43705
  1. 2
      wdm.go

2
wdm.go

@ -779,7 +779,7 @@ func uploadFileHandler(writer http.ResponseWriter, req *http.Request) {
writer.Header().Set("Location:", location) writer.Header().Set("Location:", location)
writer.Header().Set("Content-Type", "application/json") writer.Header().Set("Content-Type", "application/json")
writer.WriteHeader(http.StatusCreated) writer.WriteHeader(http.StatusCreated)
writer.Write(b) //writer.Write(b)
//} //}
} }

Loading…
Cancel
Save