no message

This commit is contained in:
DESKTOP-2S5P7D1\Windows 10 2024-12-19 23:35:15 +07:00
parent de29377925
commit 9acca2f4c3

View file

@ -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();
}
/**
*
*