From 4e55527adbfe54bfc22556c23f5ef4a26a752998 Mon Sep 17 00:00:00 2001 From: Kristian Polso Date: Fri, 8 Jun 2018 13:53:34 +0300 Subject: [PATCH] Debug upload --- server.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server.js b/server.js index 5c5b53c..a427263 100644 --- a/server.js +++ b/server.js @@ -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); });