เพิ่ม revisionId และแก้ตรวจสิทธิ์

This commit is contained in:
AdisakKanthawilang 2024-09-26 17:24:29 +07:00
parent f5130a4c3c
commit e030d54b9a
2 changed files with 4 additions and 2 deletions

View file

@ -1353,7 +1353,7 @@ namespace BMA.EHR.Insignia.Service.Controllers
/// <response code="400">ค่าตัวแปรที่ส่งมาไม่ถูกต้อง</response>
/// <response code="401">ไม่ได้ Login เข้าระบบ</response>
/// <response code="500">เมื่อเกิดข้อผิดพลาดในการทำงาน</response>
[HttpGet("note/{path}")]
[HttpGet("note")]
public async Task<ActionResult<ResponseObject>> GetListNote(string path)
{
path = path.Trim().ToUpper();