pretty much rien

This commit is contained in:
David Belisle
2022-10-18 11:32:06 -04:00
parent dc71afe986
commit 789789a0ae
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ using Microsoft.AspNetCore.Cors;
namespace GrossesMitainesAPI.Controllers;
[EnableCors("_myAllowSpecificOrigins")]
[ApiController, Route("api/[controller]")]
public class ProductController : Controller {
private readonly ILogger<ProductController> _logger;