Debug upload
This commit is contained in:
parent
3e9efa7fcd
commit
4e55527adb
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ app.post('/upload-image', textParser, function(req, res) {
|
|||
},
|
||||
body: req.body,
|
||||
}, function(error, response, body) {
|
||||
console.log(body);
|
||||
body = JSON.parse(body);
|
||||
res.json(body);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue