mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-01 02:56:50 +01:00
AAAAAAAAAaaaa please I hope I completed it this time
This commit is contained in:
2
app.js
2
app.js
@@ -17,7 +17,7 @@ app.disable('x-powered-by');
|
||||
app.set('views', path.join(__dirname, 'views'));
|
||||
app.set('view engine', 'pug');
|
||||
|
||||
if (app.get('ENV') == 'production') {
|
||||
if (process.env.ENV == 'production') {
|
||||
app.use(logger('common', { skip: function(req, res) { return res.statusCode < 400 }, stream: __dirname + '/../morgan.log' }));
|
||||
} else {
|
||||
app.use(logger('dev'));
|
||||
|
Reference in New Issue
Block a user