提交 aea30006 编写于 作者: J Jeff 提交者: zryfish

add response for tracing

上级 4fb53881
......@@ -35,6 +35,8 @@ func GetServiceTracing(request *restful.Request, response *restful.Response) {
return
}
// need to set header for proper response
response.Header().Set("Content-Type", "application/json")
_, err = response.Write(body)
if err != nil {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册