Skip to content

Commit 17944fb

Browse files
author
hirsch88
committed
removed monitor from the app file
1 parent 46bd3db commit 17944fb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,12 @@ import * as express from 'express';
1414
import * as favicon from 'serve-favicon';
1515
import * as bodyParser from 'body-parser';
1616
import * as compression from 'compression';
17-
import * as monitor from 'express-status-monitor';
1817
import { bootstrap } from './core/Bootstrap';
1918
import { Log } from './core/log';
2019

2120

2221
bootstrap.configureExpress((app: express.Application) => app
2322

24-
// Report real time server metrics for Express-based node servers
25-
.use(monitor())
26-
2723
// Enabling the cors headers
2824
.options('*', cors())
2925
.use(cors())

0 commit comments

Comments
 (0)