From 3fbbec7b98f20eb0b2641060c0d934f662691fdc Mon Sep 17 00:00:00 2001 From: Jeffrey Warren Date: Fri, 6 Dec 2019 16:43:44 -0500 Subject: [PATCH] Update index.js --- src/api/v2/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/v2/index.js b/src/api/v2/index.js index cd33496..7a3e97a 100644 --- a/src/api/v2/index.js +++ b/src/api/v2/index.js @@ -14,7 +14,7 @@ app.use('/convert', (req, res) => { }); app.use('/export', (req, res) => { - console.log("REQUEST",req) + console.log("REQUEST",req.query) let scale = req.query.scale // supplying a URL for a remote images JSON file: if (req.query.url) {