mirror of
				https://github.com/D4M13N-D3V/comissions-app-core-api.git
				synced 2025-10-31 17:45:26 +00:00 
			
		
		
		
	dsafa
This commit is contained in:
		
							parent
							
								
									d6b55705e6
								
							
						
					
					
						commit
						ca2af66c62
					
				| @ -154,7 +154,7 @@ public class SellerProfileController : Controller | ||||
|     [HttpPost] | ||||
|     [Route("Portfolio")] | ||||
|     [Authorize("write:seller-profile")] | ||||
|     public async Task<IActionResult> AddPortfolio([FromForm]IFormFile newImage) | ||||
|     public async Task<IActionResult> AddPortfolio([FromBody]IFormFile newImage) | ||||
|     { | ||||
|         var userId = User.GetUserId(); | ||||
|         var existingSellerProfile = await _dbContext.UserSellerProfiles.FirstOrDefaultAsync(sellerProfile=>sellerProfile.UserId==userId); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Damien Ostler
						Damien Ostler