mirror of
				https://github.com/D4M13N-D3V/comissions-app-core-api.git
				synced 2025-10-30 09:05:25 +00:00 
			
		
		
		
	Revert "fix"
This reverts commit 9767743d8302cebeb33f85bcf6603a85b22c0d07.
This commit is contained in:
		
							parent
							
								
									9767743d83
								
							
						
					
					
						commit
						acd022cf41
					
				| @ -86,7 +86,7 @@ public class ArtistRequestsController: Controller | |||||||
|         if(reference==null) |         if(reference==null) | ||||||
|             return NotFound(); |             return NotFound(); | ||||||
|         var content = await _storageService.DownloadImageAsync(reference.FileReference); |         var content = await _storageService.DownloadImageAsync(reference.FileReference); | ||||||
|         return new FileStreamResult(content, "image/*"); |         return new FileStreamResult(content, "application/octet-stream"); | ||||||
|     } |     } | ||||||
|      |      | ||||||
|     [HttpGet] |     [HttpGet] | ||||||
|  | |||||||
| @ -51,7 +51,7 @@ public class ArtistReviewsController: Controller | |||||||
|          |          | ||||||
|         return Ok(result); |         return Ok(result); | ||||||
|     } |     } | ||||||
|          |      | ||||||
|     [HttpGet] |     [HttpGet] | ||||||
|     [Authorize("read:artist")] |     [Authorize("read:artist")] | ||||||
|     [Route("Reviews/Count")] |     [Route("Reviews/Count")] | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Damien Ostler
						Damien Ostler