Skip to content

Commit 69befc5

Browse files
committed
Including response JSON in console output
1 parent a918845 commit 69befc5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ app.all('*', (req, res) => {
4545
}
4646
}
4747
res.json(echo);
48+
console.log('-----------------')
49+
console.log(echo);
4850
});
4951

5052
const server = app.listen(process.env.PORT || 80);

0 commit comments

Comments
 (0)