mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
Revert "redirect to amazon for now"
This reverts commit 38e4805d1c16fc5b23b0c373c41b3cda0629b9ba.
This commit is contained in:
parent
a7f3a4d614
commit
945dab9a71
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://ec2-174-129-140-0.compute-1.amazonaws.com:3000")
|
||||
# .use (req, res, next) ->
|
||||
# if !req.session.userId? and !req.query?.play?
|
||||
# res.redirect('/splash.html')
|
||||
# else
|
||||
|
|
|
|||
Loading…
Reference in a new issue