no message

This commit is contained in:
kittapath 2024-12-19 23:35:23 +07:00
parent 169ee494e4
commit 466f12fd3d

View file

@ -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)
*