Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Dec 6, 2019
1 parent e8b078d commit 3fbbec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/v2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3fbbec7

Please sign in to comment.