Skip to content

Commit

Permalink
Update content type
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus-Goectau committed Dec 5, 2023
1 parent 6c8524e commit c6f7b14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public IActionResult BulkExportAssessments(Guid[] guidsToExport)
return StatusCode(404, "No Assessments with the provided GUIDs were found for export.");
}

return File(assessmentsExportArchive, "application/octet-stream", "BulkAssessmentExport.zip");
return File(assessmentsExportArchive, "application/zip", "BulkAssessmentExport.zip");
}
catch (Exception exc)
{
Expand Down

0 comments on commit c6f7b14

Please sign in to comment.