Skip to content

Commit

Permalink
Arrgh!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Dec 25, 2020
1 parent bff8c1d commit bd04232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ app.use(bodyParser.json())

app.post('/update', (req, res, next) => {
const updateRequest = req.body
consolelog(JSON.stringify(updateRequest,null, 2))
console.log(JSON.stringify(updateRequest,null, 2))

update()
res.status(200).send();
Expand Down

0 comments on commit bd04232

Please sign in to comment.