feat: implement authentication flow and dynamic API configuration #5
This commit is contained in:
@@ -6,7 +6,7 @@ using Microsoft.AspNetCore.Authorization;
|
||||
namespace Api.Controllers
|
||||
{
|
||||
[ApiController]
|
||||
//[Authorize]
|
||||
[Authorize]
|
||||
[Route("api/product")]
|
||||
public class ProductController : ControllerBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user