From ddb6d0df7dafb3da14ce1fd86e1838890432bb8d Mon Sep 17 00:00:00 2001 From: Pitu Date: Tue, 17 Jan 2017 19:05:00 -0300 Subject: Database now saves album --- routes/api.js | 1 - 1 file changed, 1 deletion(-) (limited to 'routes/api.js') diff --git a/routes/api.js b/routes/api.js index a759bf3..7a4480b 100644 --- a/routes/api.js +++ b/routes/api.js @@ -9,7 +9,6 @@ routes.get ('/check', (req, res, next) => { }) routes.get('/info', (req, res, next) => { - if(config.private === true) if(req.headers.auth !== config.clientToken) return res.status(401).send('not-authorized') -- cgit v1.2.3