Authored by htoooth

fix

... ... @@ -176,7 +176,7 @@ const profile_controller = {
const server = ctx.query.server || 'aws';
const lastTime = ctx.query.lastTime;
const result = await profile_service.time(server, start, end, app, lastTime);
const result = await profile_service.mean(server, start, end, app, lastTime);
ctx.body = result;
},
async count_report_index(ctx) {
... ...