redirect to aws

This commit is contained in:
Tyler Renelle 2013-01-16 23:20:37 -05:00
parent d4619c3ffe
commit 62058f4d3e

View file

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