good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit 11aa22d7 authored by a's avatar a
Browse files

fix content type:

parent 878732fa
No related branches found
No related tags found
2 merge requests!15Draft: V2,!13Draft: Move Openrpc Package
......@@ -20,5 +20,6 @@ func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) {
return
}
c := NewCodec(w, r)
w.Header().Set("content-type", contentType)
s.Server.ServeCodec(r.Context(), c)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment