diff --git a/khatru/blossom/handlers.go b/khatru/blossom/handlers.go index cdfe937..8f3a32f 100644 --- a/khatru/blossom/handlers.go +++ b/khatru/blossom/handlers.go @@ -147,6 +147,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) }