mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
redirect to amazon for now
This commit is contained in:
parent
10e4d1d225
commit
a7f3a4d614
1 changed files with 2 additions and 1 deletions
|
|
@ -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("http://ec2-174-129-140-0.compute-1.amazonaws.com:3000")
|
||||
# if !req.session.userId? and !req.query?.play?
|
||||
# res.redirect('/splash.html')
|
||||
# else
|
||||
|
|
|
|||
Loading…
Reference in a new issue