point to appfog

This commit is contained in:
Tyler Renelle 2013-01-16 20:13:36 -05:00
parent a316963ce6
commit 00fea633d1

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('https://habitrpg.aws.af.cm/')
# if !req.session.userId? and !req.query?.play?
# res.redirect('/splash.html')
# else