diff --git a/index.js b/index.js index 84a7ea4..717a823 100755 --- a/index.js +++ b/index.js @@ -67,6 +67,7 @@ app.post('/', function(req, res) { } if (readers.ignore_post(url)) { read_url(url, res, inline_title, ignore_links); + return; } if (!html) { res.status(400).send("Please provide a POST parameter called html");