no message
This commit is contained in:
parent
169ee494e4
commit
466f12fd3d
1 changed files with 11 additions and 0 deletions
|
|
@ -38,6 +38,17 @@ export class KpiUserCapacityController extends Controller {
|
|||
private kpiCapacityRepository = AppDataSource.getRepository(KpiCapacity);
|
||||
private kpiUserCapacityRepository = AppDataSource.getRepository(KpiUserCapacity);
|
||||
|
||||
/**
|
||||
* API ล้างข้อมูล
|
||||
*
|
||||
* @summary ล้างข้อมูล
|
||||
*
|
||||
*/
|
||||
@Get("clear-db")
|
||||
async ClearDb() {
|
||||
return new HttpSuccess();
|
||||
}
|
||||
|
||||
/**
|
||||
* API สร้างองค์ประกอบที่ 2 พฤติกรรมการปฎิบัติราชการ (สมรรถนะ) (USER)
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue