Revert "redirect to aws"

This reverts commit 2d149cd0fc9af6848da1031a568e39f083ca4e06.
This commit is contained in:
Tyler Renelle 2013-01-16 22:48:21 -05:00
parent 6b2420920e
commit d4619c3ffe

View file

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