mirror of
https://github.com/koodiklinikka/koodiklinikka.fi-api.git
synced 2026-02-26 13:57:29 +00:00
remove newrelic integration
This commit is contained in:
4
index.js
4
index.js
@@ -6,10 +6,6 @@ var cors = require('cors');
|
||||
var bodyParser = require('body-parser');
|
||||
var app = express();
|
||||
|
||||
if(app.get('env') != 'development') {
|
||||
require('newrelic');
|
||||
}
|
||||
|
||||
app.use(bodyParser.json());
|
||||
app.use(bodyParser.urlencoded({extended: true}));
|
||||
app.use(cors({credentials: true, origin: true}));
|
||||
|
||||
Reference in New Issue
Block a user