From 7f792bb8fd4be852670b2b58449925e6ad0a121e Mon Sep 17 00:00:00 2001 From: Kittapath Date: Fri, 24 Mar 2023 11:55:10 +0700 Subject: [PATCH] no message --- Controllers/CandidateController.cs | 2 +- Controllers/PeriodExamController.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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]