Closed Hopeberg closed 8 months ago
In stead of using http.Errors in API's, we will streamline to only use w.WriteHeader(http.Status) The simulator does not expect a response body, which the http.Errors provide.
In stead of using http.Errors in API's, we will streamline to only use w.WriteHeader(http.Status) The simulator does not expect a response body, which the http.Errors provide.