mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-14 01:54:55 +00:00
fix
This commit is contained in:
parent
5ad5271d5a
commit
3048fbbdbf
@ -822,7 +822,6 @@ public class CustomerRequestsController : Controller
|
||||
if(reference==null)
|
||||
return NotFound();
|
||||
var content = await _storageService.DownloadImageAsync(reference.FileReference);
|
||||
var mimeType = _storageService.GetMimeType(reference.FileReference);
|
||||
return new FileStreamResult(content, "application/octet-stream");
|
||||
}
|
||||
|
||||
@ -912,7 +911,6 @@ public class CustomerRequestsController : Controller
|
||||
if(reference==null)
|
||||
return NotFound();
|
||||
var content = await _storageService.DownloadImageAsync(reference.FileReference);
|
||||
var mimeType = _storageService.GetMimeType(reference.FileReference);
|
||||
return new FileStreamResult(content, "application/octet-stream");
|
||||
}
|
||||
#endregion
|
||||
|
Loading…
x
Reference in New Issue
Block a user