Skip to content

Commit

Permalink
OK, this time I'm sure
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Dec 25, 2020
1 parent c924ebf commit bff8c1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ app.use(morgan("combined"))
app.use(bodyParser.json())

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

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

0 comments on commit bff8c1d

Please sign in to comment.