Loading go-apps/meep-vis/server/vis.go +1 −1 Original line number Diff line number Diff line Loading @@ -637,6 +637,6 @@ func predictedQosPost(w http.ResponseWriter, r *http.Request) { } jsonResponse := convertPredictedQostoJson(&responseData) w.WriteHeader(http.StatusCreated) w.WriteHeader(http.StatusOK) fmt.Fprint(w, jsonResponse) } Loading
go-apps/meep-vis/server/vis.go +1 −1 Original line number Diff line number Diff line Loading @@ -637,6 +637,6 @@ func predictedQosPost(w http.ResponseWriter, r *http.Request) { } jsonResponse := convertPredictedQostoJson(&responseData) w.WriteHeader(http.StatusCreated) w.WriteHeader(http.StatusOK) fmt.Fprint(w, jsonResponse) }