diff --git a/app.js b/app.js index 7a443351..c3b1fd9e 100644 --- a/app.js +++ b/app.js @@ -148,7 +148,9 @@ app.post('/record/recorded',recorder.recorded); //screenshots app.post('/screenshots',screenshots.Post); -app.get('/screenshots/:id',auth.auth,screenshots.Get); +//app.get('/screenshots/:id',auth.auth,screenshots.Get); +app.get('/screenshots/:id',screenshots.Get); + app.get('/',auth.auth, routes.index); app.get('/index.html',auth.auth,function(req,res){res.sendfile(__dirname+'/index.html');}); diff --git a/public/login.html b/public/login.html index af50f822..95622930 100644 --- a/public/login.html +++ b/public/login.html @@ -16,14 +16,14 @@