diff --git a/serialization.go b/serialization.go index f8a9d88e..6c53eb53 100644 --- a/serialization.go +++ b/serialization.go @@ -100,7 +100,7 @@ func SendJSONError(w http.ResponseWriter, err error) { } w.WriteHeader(status) - w.Header().Set("Content-Type", "application/problems+json") + w.Header().Set("Content-Type", "application/problem+json") SendJSON(w, errorStatus) }