mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
redirect to aws
This commit is contained in:
parent
d4619c3ffe
commit
62058f4d3e
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
|
#show splash page for newcomers
|
||||||
# .use (req, res, next) ->
|
.use (req, res, next) ->
|
||||||
|
res.redirect('http://107.20.132.150/')
|
||||||
# if !req.session.userId? and !req.query?.play?
|
# if !req.session.userId? and !req.query?.play?
|
||||||
# res.redirect('/splash.html')
|
# res.redirect('/splash.html')
|
||||||
# else
|
# else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue