redirect to aws

This commit is contained in:
Tyler Renelle 2013-01-16 19:12:55 -05:00
parent 4b48336098
commit 037b12884e

View file

@ -66,7 +66,8 @@ mongo_store = new MongoStore {url: process.env.NODE_DB_URI}, ->
)
#show splash page for newcomers
# .use (req, res, next) ->
.use (req, res, next) ->
res.redirect('http://107.20.132.150/')
# if !req.session.userId? and !req.query?.play?
# res.redirect('/splash.html')
# else