We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93bbe2 commit 449b9bcCopy full SHA for 449b9bc
src/index.js
@@ -26,7 +26,7 @@ app.set('port', process.env.PORT || 8000);
26
app.use(cors());
27
28
// Logger
29
-app.use(morgan('dev'));
+app.use(morgan('combined'));
30
31
// Validate each call before route
32
app.use('/', function (err, req, res, next) {
0 commit comments