mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
Revert "redirect to aws"
This reverts commit d6e5e95783848f0e4155ba225e4038e3c7813380.
This commit is contained in:
parent
037b12884e
commit
625435597d
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue