เพิ่ม revisionId และแก้ตรวจสิทธิ์
This commit is contained in:
parent
f5130a4c3c
commit
e030d54b9a
2 changed files with 4 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue