Dan Janosik
6 years ago
No known key found for this signature in database
GPG Key ID: C6F8CE9FFDB2CED2
1 changed files with
1 additions and
1 deletions
-
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()); |
|
|
|