diff --git a/IRaCIS.Core.API/Controllers/UploadDownLoadController.cs b/IRaCIS.Core.API/Controllers/UploadDownLoadController.cs index 94e7d549d..3fef559d1 100644 --- a/IRaCIS.Core.API/Controllers/UploadDownLoadController.cs +++ b/IRaCIS.Core.API/Controllers/UploadDownLoadController.cs @@ -938,7 +938,7 @@ namespace IRaCIS.Core.API.Controllers } - [HttpPost("download/GetPatientStudyBatchDownload")] + [HttpGet("download/GetPatientStudyBatchDownload")] public async Task GetDownloadPatientStudyBatch([FromServices] IPatientService _patientService, [FromServices] IOSSService _oSSService, [FromServices] IHubContext _downLoadHub, [FromQuery] PatientImageDownloadCommand inCommand)