Skip to content

Commit cdc84e6

Browse files
authored
Update index.js
1 parent c52266a commit cdc84e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ app.get('/', async (req, res) => {
2929
'user-agent': agent,
3030
}
3131
}).then(async result => {
32+
console.log(result)
3233
const data = {
3334
headers: req.headers['user-agent'],
3435
ip,
@@ -96,4 +97,4 @@ app.get('/add-sha/:sha', (req, res) => {
9697

9798
const port = process.env.PORT || 4000;
9899
app.listen(port, async () => {
99-
});
100+
});

0 commit comments

Comments
 (0)