diff --git a/Controllers/CandidateController.cs b/Controllers/CandidateController.cs
index fb76ae1..16ab54f 100644
--- a/Controllers/CandidateController.cs
+++ b/Controllers/CandidateController.cs
@@ -562,7 +562,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Controllers
/// เมื่อเจ้าหน้าที่บันทึกสถานที่สอบสำเร็จ
/// ไม่ได้ Login เข้าระบบ
/// เมื่อเกิดข้อผิดพลาดในการทำงาน
- [HttpGet("pass-register/{candidate:length(36)}")]
+ [HttpGet("pass-done/{candidate:length(36)}")]
[ProducesResponseType(StatusCodes.Status200OK)]
[ProducesResponseType(StatusCodes.Status401Unauthorized)]
[ProducesResponseType(StatusCodes.Status500InternalServerError)]
diff --git a/Controllers/PeriodExamController.cs b/Controllers/PeriodExamController.cs
index edcb734..80a010b 100644
--- a/Controllers/PeriodExamController.cs
+++ b/Controllers/PeriodExamController.cs
@@ -32,10 +32,10 @@ namespace BMA.EHR.Recurit.Exam.Service.Controllers
#region " Methods "
///
- /// อ่านข้อมูลจาก Relational Db โดยแสดงเฉพาะ ข้อมูลที่ Active เท่านั้น
+ /// ข้อมูลรอบการสมัครสอบ
///
///
- /// เมื่อทำการอ่านข้อมูลจาก Relational Database สำเร็จ
+ /// เมื่อทำการอ่านข้อมูลรอบการสมัครสอบสำเร็จ
/// ไม่ได้ Login เข้าระบบ
/// เมื่อเกิดข้อผิดพลาดในการทำงาน
[HttpGet]