Clear 2 (Test)
parent
d219337ed3
commit
a065b35f07
|
|
@ -24,10 +24,7 @@ export class ZvksmetricsController {
|
||||||
|
|
||||||
@Post('input')
|
@Post('input')
|
||||||
async getPostMessage (@Body() inputMetrics : any) : Promise<string> {
|
async getPostMessage (@Body() inputMetrics : any) : Promise<string> {
|
||||||
//console.log(inputMetrics);
|
|
||||||
//this.metricsService.getMetrics(inputMetrics);
|
|
||||||
let out: any = await this.metricsService.useStatusModel(inputMetrics);
|
let out: any = await this.metricsService.useStatusModel(inputMetrics);
|
||||||
// console.log(out);
|
|
||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue