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:
Tyler Renelle 2013-09-11 17:47:51 -04:00
parent bf032ce808
commit e754670733

View file

@ -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) {