mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-23 22:27:06 +00:00
small fix to `heroku[router]: at=error code=H17 desc="Poorly formatted
HTTP response" method=GET path=/splash.html host=habitrpg.com fwd="" dyno=web.3 connect=1ms service=3ms status=503 bytes=0`
This commit is contained in:
parent
bf032ce808
commit
e754670733
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ router.get('/partials/options', function(req, res) {
|
|||
// -------- Marketing --------
|
||||
|
||||
router.get('/splash.html', function(req, res) {
|
||||
res.redirect('/static/front', {env: res.locals.habitrpg});
|
||||
res.redirect('/static/front');
|
||||
});
|
||||
|
||||
router.get('/static/front', function(req, res) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue