blossom: return content-type in handleUpload() (#46)

This commit is contained in:
sudocarlos
2025-05-09 07:41:46 -04:00
committed by GitHub
parent 1ab44ab897
commit b6da555807

View File

@@ -142,6 +142,7 @@ func (bs BlossomServer) handleUpload(w http.ResponseWriter, r *http.Request) {
}
// return response
w.Header().Set("Content-Type", "application/json")
json.NewEncoder(w).Encode(bd)
}