Clear 2 (Test)

main
DenisN 2025-04-15 04:14:52 -04:00
parent d219337ed3
commit a065b35f07
1 changed files with 0 additions and 3 deletions

View File

@ -24,10 +24,7 @@ export class ZvksmetricsController {
@Post('input')
async getPostMessage (@Body() inputMetrics : any) : Promise<string> {
//console.log(inputMetrics);
//this.metricsService.getMetrics(inputMetrics);
let out: any = await this.metricsService.useStatusModel(inputMetrics);
// console.log(out);
return out;
}