This commit is contained in:
Đăng Nguyễn
2025-12-22 18:38:35 +07:00
parent d4af3b8707
commit f1a7be15f2
19 changed files with 188 additions and 25 deletions

View File

@@ -10,7 +10,8 @@ namespace RobotApp.Controllers;
[Route("api/[controller]")]
[ApiController]
[Authorize]
//[Authorize]
[AllowAnonymous]
public class RobotConfigsController(Services.Logger<RobotConfigsController> Logger, ApplicationDbContext AppDb, RobotConfiguration RobotConfiguration) : ControllerBase
{
[HttpGet]