add response for tracing

This commit is contained in:
Jeff
2019-04-09 10:47:21 +08:00
committed by zryfish
parent 4fb5388176
commit aea3000629

View File

@@ -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 {