Revert "redirect to aws"

This reverts commit 8e565b74043a9b47f1c3fdbc9ba937527f088d7f.
This commit is contained in:
Tyler Renelle
2013-01-16 23:51:36 -05:00
parent 62058f4d3e
commit eb50ed7328
+1 -2
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