Authored by htoooth

fix

... ... @@ -13,7 +13,8 @@ const r = new Router;
const TABLE = {
DURATION: 'web-client-duration',
REPORT: 'error-report'
REPORT: 'error-report',
SERVER: 'web-server-duration'
};
const DB_NAME = 'web-apm';
... ...