diff --git a/satellite/console/consoleweb/server.go b/satellite/console/consoleweb/server.go index 0b460f20c..5448fc79a 100644 --- a/satellite/console/consoleweb/server.go +++ b/satellite/console/consoleweb/server.go @@ -492,6 +492,8 @@ func (server *Server) projectUsageLimitsHandler(w http.ResponseWriter, r *http.R } } + w.Header().Set("Content-Type", "application/json") + if idParam, ok = mux.Vars(r)["id"]; !ok { handleError(http.StatusBadRequest, errs.New("missing project id route param")) return