Skip to content

Commit

Permalink
added intent data
Browse files Browse the repository at this point in the history
  • Loading branch information
tbtz committed Dec 2, 2017
1 parent bc545e2 commit 8ad7979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ app.post('/', function (req, res) {
res.send(generateResponse(meals));
})
.catch(function (err) {
console.error(err);
res.status(500).send(err)
});
});
Expand Down

0 comments on commit 8ad7979

Please sign in to comment.