From 882a088d8400115347ba490fd5dd99d79c1608a0 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Sun, 1 Oct 2017 13:59:43 +0100 Subject: [PATCH] spanner! --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 6c95ce5..0f75481 100644 --- a/server.js +++ b/server.js @@ -87,7 +87,7 @@ function getUrl (req, res) { logger.debug('Want', theUrl); if (theUrl === undefined || bouncer.indexOf(theUrl) !== -1 || theUrl === '') { logger.warn(`You're not getting in ${theUrl}`); - res.status(403).send(''); + res.status(400).send(''); return; }