From 2edb7aa3b307601a7b501ce575594a4bcda0aecd Mon Sep 17 00:00:00 2001 From: Marek Lesko Date: Mon, 28 Jul 2025 09:31:02 +0000 Subject: [PATCH] Edit ProductController.cs #5 --- Api/Controllers/ProductController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Api/Controllers/ProductController.cs b/Api/Controllers/ProductController.cs index 8b49afe..269727c 100644 --- a/Api/Controllers/ProductController.cs +++ b/Api/Controllers/ProductController.cs @@ -6,7 +6,7 @@ using Microsoft.AspNetCore.Authorization; namespace Api.Controllers { [ApiController] - [Authorize] + // [Authorize] [Route("api/[controller]")] public class ProductController : ControllerBase {