Browse Source

quiet the logs

fix-133-memory-crash
Dan Janosik 6 years ago
parent
commit
f23a03bb82
No known key found for this signature in database GPG Key ID: C6F8CE9FFDB2CED2
  1. 2
      app.js

2
app.js

@ -67,7 +67,7 @@ if (process.env.BTCEXP_BASIC_AUTH_PASSWORD) {
// uncomment after placing your favicon in /public
//app.use(favicon(__dirname + '/public/favicon.ico'));
app.use(logger('dev'));
//app.use(logger('dev'));
app.use(bodyParser.json());
app.use(bodyParser.urlencoded({ extended: false }));
app.use(cookieParser());

Loading…
Cancel
Save