diff --git a/src/controllers/EvaluationController.ts b/src/controllers/EvaluationController.ts index 5a0f72c..7c5549a 100644 --- a/src/controllers/EvaluationController.ts +++ b/src/controllers/EvaluationController.ts @@ -52,6 +52,17 @@ export class EvaluationController { private directorRepository = AppDataSource.getRepository(Director); private meetingRepository = AppDataSource.getRepository(Meeting); + /** + * API ล้างข้อมูล + * + * @summary ล้างข้อมูล + * + */ + @Get("clear-db") + async ClearDb() { + return new HttpSuccess(); + } + /** * ดึงข้อมูลรายการร้องขอการประเมิน *