Merge pull request #4941 from SinTod/master

Unified call WriteEntity func
This commit is contained in:
KubeSphere CI Bot
2022-06-08 10:20:59 +08:00
committed by GitHub

View File

@@ -753,7 +753,7 @@ func (h *openpitrixHandler) ListApplications(req *restful.Request, resp *restful
return
}
resp.WriteAsJson(result)
resp.WriteEntity(result)
}
func (h *openpitrixHandler) UpgradeApplication(req *restful.Request, resp *restful.Response) {