Revert "add beta redirect to main site until we get a new beta up"
This reverts commit 2ec5a930a6.
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
splash = (req, res, next) ->
|
||||
|
||||
return res.redirect("https://habitrpg.com")
|
||||
|
||||
|
||||
isStatic = req.url.split('/')[1] is 'static'
|
||||
unless req.query?.play? or req.getModel().get('_userId') or isStatic
|
||||
res.redirect('/static/front')
|
||||
|
||||
Reference in New Issue
Block a user