fix: use xmlResponse

This commit is contained in:
Michael Kriese 2024-01-24 01:45:20 +01:00
parent b798f4ce86
commit 7f76df0b24
No known key found for this signature in database
GPG key ID: B83F553A0724D44E
2 changed files with 1 additions and 12 deletions

View file

@ -412,7 +412,7 @@ func DownloadPackageFile(ctx *context.Context) {
Metadata: pd.Metadata.(*nuget_module.Metadata),
}
ctx.XML(http.StatusOK, nuget_module.GenerateNuspec(pkg))
xmlResponse(ctx, http.StatusOK, nuget_module.GenerateNuspec(pkg))
} else {
s, u, pf, err := packages_service.GetFileStreamByPackageNameAndVersion(
ctx,