diff --git a/ShopAPI/ShopAPI/Controllers/ProductController.cs b/ShopAPI/ShopAPI/Controllers/ProductController.cs index 9ac382e..c4afa7c 100644 --- a/ShopAPI/ShopAPI/Controllers/ProductController.cs +++ b/ShopAPI/ShopAPI/Controllers/ProductController.cs @@ -24,7 +24,7 @@ namespace ShopAPI.Controllers var products = await _productService.GetALLAsync(); return Ok(products); } - + // Get api/product/{id} [HttpGet("{id}")] [AllowAnonymous]