no message

This commit is contained in:
setthawutttty 2023-07-04 09:47:24 +07:00
parent 40e8a2641c
commit f8804c6065
2 changed files with 3 additions and 2 deletions

View file

@ -20,7 +20,7 @@ namespace BMA.EHR.Placement.Service.Controllers
[Route("api/[controller]/placement")]
[ApiController]
[Produces("application/json")]
[Authorize]
//[Authorize]
[SwaggerTag("ระบบบรรจุ")]
public class PlacementController : BaseController
{