Revert "point to appfog"

This reverts commit 59517002c35f6298297db9719e78d88312eb2666.
This commit is contained in:
Tyler Renelle
2013-01-16 20:32:33 -05:00
parent 00fea633d1
commit 1637407092
+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('https://habitrpg.aws.af.cm/')
# .use (req, res, next) ->
# if !req.session.userId? and !req.query?.play?
# res.redirect('/splash.html')
# else