diff options
Diffstat (limited to 'controllers/galleryController.js')
| -rw-r--r-- | controllers/galleryController.js | 4 |
1 files 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'}, |