Commit fcf95e50 authored by M. Rehan Abbasi's avatar M. Rehan Abbasi
Browse files

update response status code of POST /provide_predicted_qos to 200

parent 4c0fc4bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
}