From 3f3505dee7a7895531ee408edc23ede48fb382c4 Mon Sep 17 00:00:00 2001 From: kanadeko Date: Fri, 13 Jan 2017 18:40:08 -0300 Subject: [PATCH] Gallery WIP --- controllers/galleryController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/galleryController.js b/controllers/galleryController.js index 923c3c6..f2e914c 100644 --- a/controllers/galleryController.js +++ b/controllers/galleryController.js @@ -13,8 +13,8 @@ galleryController.list = function(req, res, next){ } galleryController.test = function(req, res, next){ - if(!config.privacy.public) - if(!config.privacy.IPs.includes(req.ip)) return res.status(401).send('Not Authorized!') + //if(!config.privacy.public) + //if(!config.privacy.IPs.includes(req.ip)) return res.status(401).send('Not Authorized!') let testdata = [ {name: 'Test 1'},