We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a918845 commit 69befc5Copy full SHA for 69befc5
1 file changed
index.js
@@ -45,6 +45,8 @@ app.all('*', (req, res) => {
45
}
46
47
res.json(echo);
48
+ console.log('-----------------')
49
+ console.log(echo);
50
});
51
52
const server = app.listen(process.env.PORT || 80);
0 commit comments