mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-31 15:09:32 +00:00
redirect extensions to community site
This commit is contained in:
parent
41449d349a
commit
1bdbd93afa
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ router.get '/splash.html', (req, res) -> return res.redirect('/static/front')
|
|||
router.get '/static/front', beforeEach, (req, res) -> staticPages.render 'static/front', res
|
||||
router.get '/static/about', beforeEach, (req, res) -> staticPages.render 'static/about', res
|
||||
router.get '/static/team', beforeEach, (req, res) -> staticPages.render 'static/team', res
|
||||
router.get '/static/extensions', beforeEach, (req, res) -> staticPages.render 'static/extensions', res
|
||||
router.get '/static/extensions', beforeEach, (req, res) -> res.redirect 'http://community.habitrpg.com/extensions', res
|
||||
router.get '/static/faq', (req, res) -> res.redirect 'http://community.habitrpg.com/faq-page'
|
||||
|
||||
router.get '/static/privacy', beforeEach, (req, res) -> staticPages.render 'static/privacy', res
|
||||
|
|
|
|||
Loading…
Reference in a new issue