-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
In the documentation it says:
"How about a POST request, with form data, or JSON? Same thing, journey will parse the data, and pass it as the last argument to the bound function."
router.post('/').bind(function (req, res, params) {
console.log(params);
res.send(200, {"Content-Type":"application/json"}, params);
});
But I'm getting back empty for params or whatever else I call the last argument.
Metadata
Metadata
Assignees
Labels
No labels