Produkte & Kategorien API

This commit is contained in:
Aminekan
2026-03-18 12:30:29 +01:00
parent 677dcae5cb
commit d297055cc4

View File

@@ -24,7 +24,7 @@ namespace ShopAPI.Controllers
var products = await _productService.GetALLAsync(); var products = await _productService.GetALLAsync();
return Ok(products); return Ok(products);
} }
// Get api/product/{id} // Get api/product/{id}
[HttpGet("{id}")] [HttpGet("{id}")]
[AllowAnonymous] [AllowAnonymous]