no message
This commit is contained in:
parent
de29377925
commit
9acca2f4c3
1 changed files with 11 additions and 0 deletions
|
|
@ -52,6 +52,17 @@ export class EvaluationController {
|
||||||
private directorRepository = AppDataSource.getRepository(Director);
|
private directorRepository = AppDataSource.getRepository(Director);
|
||||||
private meetingRepository = AppDataSource.getRepository(Meeting);
|
private meetingRepository = AppDataSource.getRepository(Meeting);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* API ล้างข้อมูล
|
||||||
|
*
|
||||||
|
* @summary ล้างข้อมูล
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Get("clear-db")
|
||||||
|
async ClearDb() {
|
||||||
|
return new HttpSuccess();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ดึงข้อมูลรายการร้องขอการประเมิน
|
* ดึงข้อมูลรายการร้องขอการประเมิน
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue