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
11ac86e7cc
commit
9767743d83
@ -86,7 +86,7 @@ public class ArtistRequestsController: Controller
|
||||
if(reference==null)
|
||||
return NotFound();
|
||||
var content = await _storageService.DownloadImageAsync(reference.FileReference);
|
||||
return new FileStreamResult(content, "application/octet-stream");
|
||||
return new FileStreamResult(content, "image/*");
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
|
@ -51,7 +51,7 @@ public class ArtistReviewsController: Controller
|
||||
|
||||
return Ok(result);
|
||||
}
|
||||
|
||||
|
||||
[HttpGet]
|
||||
[Authorize("read:artist")]
|
||||
[Route("Reviews/Count")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user