good morning!!!!

Skip to content
Snippets Groups Projects
Commit 6bdf3a7c authored by a's avatar a
Browse files

Update main.go

parent af0cc4d8
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ func main() {
r.HandleFunc("eth/*", func(w codec.ResponseWriter, r *codec.Request) {
var res json.RawMessage
err = c.Do(r.Context(), &res, r.Method, string(r.Params))
err = c.Do(r.Context(), &res, r.Method, json.RawMessage(r.Params))
w.Send(res, err)
})
......
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