kanadeko 8 年 前
コミット
3f3505dee7
1 ファイル変更2 行追加2 行削除
  1. 2 2
      controllers/galleryController.js

+ 2 - 2
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'},