No need to be logged in

master
Keith Irwin 2016-04-28 04:10:27 +00:00
parent 1d2be86bde
commit 47a127e295
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ router.get('/validate', function(req,res){
}
});
router.get('/android', mw.ensureAuth, function(req,res){
router.get('/android', function(req,res){
res.redirect('https://play.google.com/store/apps/details?id=us.keithirwin.tracman');
});